Html Css Color HEX #852548 Disco

📋 copy color: '#852548'

red 133 ◦ green 37 ◦ blue 72

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

Shades of Disco #852548

Tints of Disco #852548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 54.96%
G = 15.29%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#852548 (or 0x852548) is known color: Disco. HEX triplet: 85, 25 and 48. RGB value is (133,37,72). Sum of RGB (Red+Green+Blue) = 133+37+72=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852548 is #7ADAB7. Grayscale: #454545. Windows color (decimal): -8051384 or 4728197. OLE color: 4728197.

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

Color convert

RGB 133 37 72 -
CMYK 0 0.72 0.46 0.48
HSL 338.13º 0.56% 0.33% -
HSV(B) 338.13º 0.72% 0.52% -
XYZ 11.5 6.78 6.83 -
YUV 69.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 133 37 72 0 0.72 0.46 0.48 338.13 0.56 0.33
Hex 85 25 48 0 48 2E 30 152 38 21
Octal 205 45 110 0 110 56 60 522 70 41
Binary 10000101 100101 1001000 0 1001000 101110 110000 101010010 111000 100001

Color Harmonies of #852548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852548

Black with #852548

Text Example


Text Example

White with #852548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852548; }

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

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

background-color css

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

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

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

border-color css

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

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

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