#852244

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

Shades of Disco #852244

Tints of Disco #852244

Color information

#852244 (or 0x852244) is unknown color: approx Disco. HEX triplet: 85, 22 and 44. RGB value is (133,34,68). Sum of RGB (Red+Green+Blue) = 133+34+68=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #852244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852244 is #7ADDBB. Grayscale: #434343. Windows color (decimal): -8052156 or 4465285. OLE color: 4465285.

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

Color convert

RGB1333468-
CMYK00.740.490.48
HSL339.39º59.28%32.75%-
HSV(B)339.39º74.44%52.16%-
XYZ11.296.556.14-
YUV67.48128.3174.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=56.60%
G=14.47%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133346800.740.490.48339.3959.2832.75
Hex85224404A31301533b21
Octal20542104011261605237341
Binary10000101100010100010001001010110001110000101010011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852244; }

 p { color: rgb(133,34,68); }

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

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

 a { background-color: rgb(133,34,68); }

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

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

 span { border-color: rgb(133,34,68); }

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