#852146

Color #852146 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #852146

Tints of Disco #852146

Color information

#852146 (or 0x852146) is unknown color: approx Disco. HEX triplet: 85, 21 and 46. RGB value is (133,33,70). Sum of RGB (Red+Green+Blue) = 133+33+70=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852146 is #7ADEB9. Grayscale: #434343. Windows color (decimal): -8052410 or 4596101. OLE color: 4596101.

HSL color Cylindrical-coordinate representation of color #852146: hue angle of 337.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852146 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1333370-
CMYK00.750.470.48
HSL337.8º60.24%32.55%-
HSV(B)337.8º75.19%52.16%-
XYZ11.326.526.46-
YUV67.12129.63174.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=56.36%
G=13.98%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133337000.750.470.48337.860.2432.55
Hex85214604B2F301523c21
Octal20541106011357605227441
Binary10000101100001100011001001011101111110000101010010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852146; }

 p { color: rgb(133,33,70); }

 H1.HeaderClassName
 {
   color: #852146;
 }
 .AnyTagClassName
 {
   color: #852146;
 }
</style>
background-color css

<style>
 a { background-color: #852146; }

 a { background-color: rgb(133,33,70); }

 div.DivClassName
 {
   background-color: #852146;
 }
 .BgClassName
 {
   background-color: #852146;
 }
</style>
border-color css

<style>
 span { border-color: #852146; }

 span { border-color: rgb(133,33,70); }

 td.TdClassName
 {
   border-color: #852146;
 }
 .TagClassName
 {
   border-color: #852146;
 }
</style>