Html Css Color HEX #852D48 Disco

📋 copy color: '#852D48'

red 133 ◦ green 45 ◦ blue 72

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

Shades of Disco #852D48

Tints of Disco #852D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18%

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

R = 53.2%
G = 18%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#852D48 (or 0x852D48) is known color: Disco. HEX triplet: 85, 2D and 48. RGB value is (133,45,72). Sum of RGB (Red+Green+Blue) = 133+45+72=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D48 is #7AD2B7. Grayscale: #4A4A4A. Windows color (decimal): -8049336 or 4730245. OLE color: 4730245.

HSL color Cylindrical-coordinate representation of color #852D48: hue angle of 341.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D48 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 72 -
CMYK 0 0.66 0.46 0.48
HSL 341.59º 0.49% 0.35% -
HSV(B) 341.59º 0.66% 0.52% -
XYZ 11.78 7.33 6.93 -
YUV 74.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 133 45 72 0 0.66 0.46 0.48 341.59 0.49 0.35
Hex 85 2D 48 0 42 2E 30 156 31 23
Octal 205 55 110 0 102 56 60 526 61 43
Binary 10000101 101101 1001000 0 1000010 101110 110000 101010110 110001 100011

Color Harmonies of #852D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D48

Black with #852D48

Text Example


Text Example

White with #852D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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