Html Css Color HEX #852C49 Disco

📋 copy color: '#852C49'

red 133 ◦ green 44 ◦ blue 73

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

Shades of Disco #852C49

Tints of Disco #852C49

RGB

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

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

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

R = 53.2%
G = 17.6%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852C49 (or 0x852C49) is known color: Disco. HEX triplet: 85, 2C and 49. RGB value is (133,44,73). Sum of RGB (Red+Green+Blue) = 133+44+73=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C49 is #7AD3B6. Grayscale: #494949. Windows color (decimal): -8049591 or 4795525. OLE color: 4795525.

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

Color convert

RGB 133 44 73 -
CMYK 0 0.67 0.45 0.48
HSL 340.45º 0.5% 0.35% -
HSV(B) 340.45º 0.67% 0.52% -
XYZ 11.78 7.27 7.09 -
YUV 73.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 133 44 73 0 0.67 0.45 0.48 340.45 0.5 0.35
Hex 85 2C 49 0 43 2D 30 154 32 23
Octal 205 54 111 0 103 55 60 524 62 43
Binary 10000101 101100 1001001 0 1000011 101101 110000 101010100 110010 100011

Color Harmonies of #852C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C49

Black with #852C49

Text Example


Text Example

White with #852C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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