Html Css Color HEX #851249 Disco

📋 copy color: '#851249'

red 133 ◦ green 18 ◦ blue 73

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

Shades of Disco #851249

Tints of Disco #851249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 59.38%
G = 8.04%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#851249 (or 0x851249) is known color: Disco. HEX triplet: 85, 12 and 49. RGB value is (133,18,73). Sum of RGB (Red+Green+Blue) = 133+18+73=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #851249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851249 is #7AEDB6. Grayscale: #3A3A3A. Windows color (decimal): -8056247 or 4788869. OLE color: 4788869.

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

Color convert

RGB 133 18 73 -
CMYK 0 0.86 0.45 0.48
HSL 331.3º 0.76% 0.3% -
HSV(B) 331.3º 0.86% 0.52% -
XYZ 11.09 5.9 6.86 -
YUV 58.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 133 18 73 0 0.86 0.45 0.48 331.3 0.76 0.3
Hex 85 12 49 0 56 2D 30 14B 4C 1E
Octal 205 22 111 0 126 55 60 513 114 36
Binary 10000101 10010 1001001 0 1010110 101101 110000 101001011 1001100 11110

Color Harmonies of #851249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851249

Black with #851249

Text Example


Text Example

White with #851249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851249; }

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

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

background-color css

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

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

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

border-color css

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

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

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