Html Css Color HEX #852041 Disco

📋 copy color: '#852041'

red 133 ◦ green 32 ◦ blue 65

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

Shades of Disco #852041

Tints of Disco #852041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 57.83%
G = 13.91%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852041 (or 0x852041) is known color: Disco. HEX triplet: 85, 20 and 41. RGB value is (133,32,65). Sum of RGB (Red+Green+Blue) = 133+32+65=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #852041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852041 is #7ADFBE. Grayscale: #414141. Windows color (decimal): -8052671 or 4268165. OLE color: 4268165.

HSL color Cylindrical-coordinate representation of color #852041: hue angle of 340.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852041 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 65 -
CMYK 0 0.76 0.51 0.48
HSL 340.4º 0.61% 0.32% -
HSV(B) 340.4º 0.76% 0.52% -
XYZ 11.14 6.4 5.65 -
YUV 65.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 133 32 65 0 0.76 0.51 0.48 340.4 0.61 0.32
Hex 85 20 41 0 4C 33 30 154 3D 20
Octal 205 40 101 0 114 63 60 524 75 40
Binary 10000101 100000 1000001 0 1001100 110011 110000 101010100 111101 100000

Color Harmonies of #852041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852041

Black with #852041

Text Example


Text Example

White with #852041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852041; }

 p { color: rgb(133,32,65); }

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

background-color css

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

 a { background-color: rgb(133,32,65); }

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

border-color css

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

 span { border-color: rgb(133,32,65); }

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