Html Css Color HEX #852149 Disco

📋 copy color: '#852149'

red 133 ◦ green 33 ◦ blue 73

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

Shades of Disco #852149

Tints of Disco #852149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 55.65%
G = 13.81%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852149 (or 0x852149) is known color: Disco. HEX triplet: 85, 21 and 49. RGB value is (133,33,73). Sum of RGB (Red+Green+Blue) = 133+33+73=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852149 is #7ADEB6. Grayscale: #434343. Windows color (decimal): -8052407 or 4792709. OLE color: 4792709.

HSL color Cylindrical-coordinate representation of color #852149: hue angle of 336º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852149 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 73 -
CMYK 0 0.75 0.45 0.48
HSL 336º 0.6% 0.33% -
HSV(B) 336º 0.75% 0.52% -
XYZ 11.42 6.56 6.97 -
YUV 67.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 133 33 73 0 0.75 0.45 0.48 336 0.6 0.33
Hex 85 21 49 0 4B 2D 30 150 3C 21
Octal 205 41 111 0 113 55 60 520 74 41
Binary 10000101 100001 1001001 0 1001011 101101 110000 101010000 111100 100001

Color Harmonies of #852149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852149

Black with #852149

Text Example


Text Example

White with #852149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852149; }

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

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

background-color css

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

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

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

border-color css

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

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

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