#852642

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

Shades of Disco #852642

Tints of Disco #852642

Color information

#852642 (or 0x852642) is unknown color: approx Disco. HEX triplet: 85, 26 and 42. RGB value is (133,38,66). Sum of RGB (Red+Green+Blue) = 133+38+66=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852642 is #7AD9BD. Grayscale: #454545. Windows color (decimal): -8051134 or 4335237. OLE color: 4335237.

HSL color Cylindrical-coordinate representation of color #852642: hue angle of 342.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852642 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1333866-
CMYK00.710.500.48
HSL342.32º55.56%33.53%-
HSV(B)342.32º71.43%52.16%-
XYZ11.356.775.86-
YUV69.6125.97173.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=56.12%
G=16.03%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386600.710.500.48342.3255.5633.53
Hex85264204732301563822
Octal20546102010762605267042
Binary10000101100110100001001000111110010110000101010110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852642; }

 p { color: rgb(133,38,66); }

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

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

 a { background-color: rgb(133,38,66); }

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

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

 span { border-color: rgb(133,38,66); }

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