Html Css Color HEX #871849 Disco

📋 copy color: '#871849'

red 135 ◦ green 24 ◦ blue 73

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

Shades of Disco #871849

Tints of Disco #871849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 58.19%
G = 10.34%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#871849 (or 0x871849) is known color: Disco. HEX triplet: 87, 18 and 49. RGB value is (135,24,73). Sum of RGB (Red+Green+Blue) = 135+24+73=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #871849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871849 is #78E7B6. Grayscale: #3E3E3E. Windows color (decimal): -7923639 or 4790407. OLE color: 4790407.

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

Color convert

RGB 135 24 73 -
CMYK 0 0.82 0.46 0.47
HSL 333.51º 0.7% 0.31% -
HSV(B) 333.51º 0.82% 0.53% -
XYZ 11.52 6.29 6.91 -
YUV 62.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 135 24 73 0 0.82 0.46 0.47 333.51 0.7 0.31
Hex 87 18 49 0 52 2E 2F 14E 46 1F
Octal 207 30 111 0 122 56 57 516 106 37
Binary 10000111 11000 1001001 0 1010010 101110 101111 101001110 1000110 11111

Color Harmonies of #871849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871849

Black with #871849

Text Example


Text Example

White with #871849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871849; }

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

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

background-color css

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

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

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

border-color css

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

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

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