Html Css Color HEX #852044 Disco

📋 copy color: '#852044'

red 133 ◦ green 32 ◦ blue 68

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

Shades of Disco #852044

Tints of Disco #852044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 57.08%
G = 13.73%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#852044 (or 0x852044) is known color: Disco. HEX triplet: 85, 20 and 44. RGB value is (133,32,68). Sum of RGB (Red+Green+Blue) = 133+32+68=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #852044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852044 is #7ADFBB. Grayscale: #424242. Windows color (decimal): -8052668 or 4464773. OLE color: 4464773.

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

Color convert

RGB 133 32 68 -
CMYK 0 0.76 0.49 0.48
HSL 338.61º 0.61% 0.32% -
HSV(B) 338.61º 0.76% 0.52% -
XYZ 11.23 6.44 6.12 -
YUV 66.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 133 32 68 0 0.76 0.49 0.48 338.61 0.61 0.32
Hex 85 20 44 0 4C 31 30 153 3D 20
Octal 205 40 104 0 114 61 60 523 75 40
Binary 10000101 100000 1000100 0 1001100 110001 110000 101010011 111101 100000

Color Harmonies of #852044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852044

Black with #852044

Text Example


Text Example

White with #852044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852044; }

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

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

background-color css

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

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

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

border-color css

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

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

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