Html Css Color HEX #852249 Disco

📋 copy color: '#852249'

red 133 ◦ green 34 ◦ blue 73

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

Shades of Disco #852249

Tints of Disco #852249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 55.42%
G = 14.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852249 (or 0x852249) is known color: Disco. HEX triplet: 85, 22 and 49. RGB value is (133,34,73). Sum of RGB (Red+Green+Blue) = 133+34+73=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852249 is #7ADDB6. Grayscale: #434343. Windows color (decimal): -8052151 or 4792965. OLE color: 4792965.

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

Color convert

RGB 133 34 73 -
CMYK 0 0.74 0.45 0.48
HSL 336.36º 0.59% 0.33% -
HSV(B) 336.36º 0.74% 0.52% -
XYZ 11.45 6.61 6.98 -
YUV 68.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 133 34 73 0 0.74 0.45 0.48 336.36 0.59 0.33
Hex 85 22 49 0 4A 2D 30 150 3B 21
Octal 205 42 111 0 112 55 60 520 73 41
Binary 10000101 100010 1001001 0 1001010 101101 110000 101010000 111011 100001

Color Harmonies of #852249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852249

Black with #852249

Text Example


Text Example

White with #852249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852249; }

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

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

background-color css

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

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

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

border-color css

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

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

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