Html Css Color HEX #852242 Disco

📋 copy color: '#852242'

red 133 ◦ green 34 ◦ blue 66

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

Shades of Disco #852242

Tints of Disco #852242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 57.08%
G = 14.59%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852242 (or 0x852242) is known color: Disco. HEX triplet: 85, 22 and 42. RGB value is (133,34,66). Sum of RGB (Red+Green+Blue) = 133+34+66=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #852242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852242 is #7ADDBD. Grayscale: #434343. Windows color (decimal): -8052158 or 4334213. OLE color: 4334213.

HSL color Cylindrical-coordinate representation of color #852242: hue angle of 340.61º 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 #852242 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 66 -
CMYK 0 0.74 0.50 0.48
HSL 340.61º 0.59% 0.33% -
HSV(B) 340.61º 0.74% 0.52% -
XYZ 11.23 6.52 5.82 -
YUV 67.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 133 34 66 0 0.74 0.50 0.48 340.61 0.59 0.33
Hex 85 22 42 0 4A 32 30 155 3B 21
Octal 205 42 102 0 112 62 60 525 73 41
Binary 10000101 100010 1000010 0 1001010 110010 110000 101010101 111011 100001

Color Harmonies of #852242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852242

Black with #852242

Text Example


Text Example

White with #852242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852242; }

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

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

background-color css

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

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

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

border-color css

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

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

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