Html Css Color HEX #852142 Disco

📋 copy color: '#852142'

red 133 ◦ green 33 ◦ blue 66

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

Shades of Disco #852142

Tints of Disco #852142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 57.33%
G = 14.22%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852142 (or 0x852142) is known color: Disco. HEX triplet: 85, 21 and 42. RGB value is (133,33,66). Sum of RGB (Red+Green+Blue) = 133+33+66=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #852142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852142 is #7ADEBD. Grayscale: #424242. Windows color (decimal): -8052414 or 4333957. OLE color: 4333957.

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

Color convert

RGB 133 33 66 -
CMYK 0 0.75 0.50 0.48
HSL 340.2º 0.6% 0.33% -
HSV(B) 340.2º 0.75% 0.52% -
XYZ 11.2 6.47 5.81 -
YUV 66.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 133 33 66 0 0.75 0.50 0.48 340.2 0.6 0.33
Hex 85 21 42 0 4B 32 30 154 3C 21
Octal 205 41 102 0 113 62 60 524 74 41
Binary 10000101 100001 1000010 0 1001011 110010 110000 101010100 111100 100001

Color Harmonies of #852142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852142

Black with #852142

Text Example


Text Example

White with #852142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852142; }

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

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

background-color css

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

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

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

border-color css

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

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

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