Html Css Color HEX #852942 Disco

📋 copy color: '#852942'

red 133 ◦ green 41 ◦ blue 66

#852942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #852942

Tints of Disco #852942

RGB

 RED value IS 133 (52.34% from 255) = 55.42%

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 55.42%
G = 17.08%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852942 (or 0x852942) is known color: Disco. HEX triplet: 85, 29 and 42. RGB value is (133,41,66). Sum of RGB (Red+Green+Blue) = 133+41+66=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852942 is #7AD6BD. Grayscale: #474747. Windows color (decimal): -8050366 or 4336005. OLE color: 4336005.

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

Color convert

RGB 133 41 66 -
CMYK 0 0.69 0.50 0.48
HSL 343.7º 0.53% 0.34% -
HSV(B) 343.7º 0.69% 0.52% -
XYZ 11.45 6.97 5.9 -
YUV 71.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 133 41 66 0 0.69 0.50 0.48 343.7 0.53 0.34
Hex 85 29 42 0 45 32 30 158 35 22
Octal 205 51 102 0 105 62 60 530 65 42
Binary 10000101 101001 1000010 0 1000101 110010 110000 101011000 110101 100010

Color Harmonies of #852942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852942

Black with #852942

Text Example


Text Example

White with #852942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852942; }

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

 H1.HeaderClassName
 {
   color: #852942;
 }
 .AnyTagClassName
 {
   color: #852942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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