Html Css Color HEX #852549 Disco

📋 copy color: '#852549'

red 133 ◦ green 37 ◦ blue 73

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

Shades of Disco #852549

Tints of Disco #852549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 54.73%
G = 15.23%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852549 (or 0x852549) is known color: Disco. HEX triplet: 85, 25 and 49. RGB value is (133,37,73). Sum of RGB (Red+Green+Blue) = 133+37+73=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #852549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852549 is #7ADAB6. Grayscale: #454545. Windows color (decimal): -8051383 or 4793733. OLE color: 4793733.

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

Color convert

RGB 133 37 73 -
CMYK 0 0.72 0.45 0.48
HSL 337.5º 0.56% 0.33% -
HSV(B) 337.5º 0.72% 0.52% -
XYZ 11.54 6.79 7.01 -
YUV 69.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 133 37 73 0 0.72 0.45 0.48 337.5 0.56 0.33
Hex 85 25 49 0 48 2D 30 152 38 21
Octal 205 45 111 0 110 55 60 522 70 41
Binary 10000101 100101 1001001 0 1001000 101101 110000 101010010 111000 100001

Color Harmonies of #852549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852549

Black with #852549

Text Example


Text Example

White with #852549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852549; }

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

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

background-color css

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

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

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

border-color css

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

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

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