#892B42

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

Shades of Disco #892B42

Tints of Disco #892B42

Color information

#892B42 (or 0x892B42) is unknown color: approx Disco. HEX triplet: 89, 2B and 42. RGB value is (137,43,66). Sum of RGB (Red+Green+Blue) = 137+43+66=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #892B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B42 is #76D4BD. Grayscale: #494949. Windows color (decimal): -7787710 or 4336521. OLE color: 4336521.

HSL color Cylindrical-coordinate representation of color #892B42: hue angle of 345.32º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B42 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1374366-
CMYK00.690.520.46
HSL345.32º52.22%35.29%-
HSV(B)345.32º68.61%53.73%-
XYZ12.167.445.95-
YUV73.73123.64173.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=55.69%
G=17.48%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137436600.690.520.46345.3252.2235.29
Hex892B42045342E1593423
Octal21153102010564565316443
Binary10001001101011100001001000101110100101110101011001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892B42; }

 p { color: rgb(137,43,66); }

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

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

 a { background-color: rgb(137,43,66); }

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

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

 span { border-color: rgb(137,43,66); }

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