Html Css Color HEX #872149 Disco

📋 copy color: '#872149'

red 135 ◦ green 33 ◦ blue 73

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

Shades of Disco #872149

Tints of Disco #872149

RGB

 RED value IS 135 (53.13% from 255) = 56.02%

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

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

R = 56.02%
G = 13.69%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#872149 (or 0x872149) is known color: Disco. HEX triplet: 87, 21 and 49. RGB value is (135,33,73). Sum of RGB (Red+Green+Blue) = 135+33+73=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872149 is #78DEB6. Grayscale: #444444. Windows color (decimal): -7921335 or 4792711. OLE color: 4792711.

HSL color Cylindrical-coordinate representation of color #872149: hue angle of 336.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872149 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 33 73 -
CMYK 0 0.76 0.46 0.47
HSL 336.47º 0.61% 0.33% -
HSV(B) 336.47º 0.76% 0.53% -
XYZ 11.74 6.72 6.98 -
YUV 68.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 135 33 73 0 0.76 0.46 0.47 336.47 0.61 0.33
Hex 87 21 49 0 4C 2E 2F 150 3D 21
Octal 207 41 111 0 114 56 57 520 75 41
Binary 10000111 100001 1001001 0 1001100 101110 101111 101010000 111101 100001

Color Harmonies of #872149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872149

Black with #872149

Text Example


Text Example

White with #872149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872149; }

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

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

background-color css

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

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

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

border-color css

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

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

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