Html Css Color HEX #852542 Disco

📋 copy color: '#852542'

red 133 ◦ green 37 ◦ blue 66

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

Shades of Disco #852542

Tints of Disco #852542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 56.36%
G = 15.68%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852542 (or 0x852542) is known color: Disco. HEX triplet: 85, 25 and 42. RGB value is (133,37,66). Sum of RGB (Red+Green+Blue) = 133+37+66=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852542 is #7ADABD. Grayscale: #444444. Windows color (decimal): -8051390 or 4334981. OLE color: 4334981.

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

Color convert

RGB 133 37 66 -
CMYK 0 0.72 0.50 0.48
HSL 341.88º 0.56% 0.33% -
HSV(B) 341.88º 0.72% 0.52% -
XYZ 11.32 6.7 5.85 -
YUV 69.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 133 37 66 0 0.72 0.50 0.48 341.88 0.56 0.33
Hex 85 25 42 0 48 32 30 156 38 21
Octal 205 45 102 0 110 62 60 526 70 41
Binary 10000101 100101 1000010 0 1001000 110010 110000 101010110 111000 100001

Color Harmonies of #852542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852542

Black with #852542

Text Example


Text Example

White with #852542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852542; }

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

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

background-color css

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

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

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

border-color css

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

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

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