Html Css Color HEX #852C48 Disco

📋 copy color: '#852C48'

red 133 ◦ green 44 ◦ blue 72

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

Shades of Disco #852C48

Tints of Disco #852C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 53.41%
G = 17.67%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#852C48 (or 0x852C48) is known color: Disco. HEX triplet: 85, 2C and 48. RGB value is (133,44,72). Sum of RGB (Red+Green+Blue) = 133+44+72=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C48 is #7AD3B7. Grayscale: #494949. Windows color (decimal): -8049592 or 4729989. OLE color: 4729989.

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

Color convert

RGB 133 44 72 -
CMYK 0 0.67 0.46 0.48
HSL 341.12º 0.5% 0.35% -
HSV(B) 341.12º 0.67% 0.52% -
XYZ 11.74 7.26 6.91 -
YUV 73.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 133 44 72 0 0.67 0.46 0.48 341.12 0.5 0.35
Hex 85 2C 48 0 43 2E 30 155 32 23
Octal 205 54 110 0 103 56 60 525 62 43
Binary 10000101 101100 1001000 0 1000011 101110 110000 101010101 110010 100011

Color Harmonies of #852C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C48

Black with #852C48

Text Example


Text Example

White with #852C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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