Html Css Color HEX #872949 Disco

📋 copy color: '#872949'

red 135 ◦ green 41 ◦ blue 73

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

Shades of Disco #872949

Tints of Disco #872949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 54.22%
G = 16.47%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#872949 (or 0x872949) is known color: Disco. HEX triplet: 87, 29 and 49. RGB value is (135,41,73). Sum of RGB (Red+Green+Blue) = 135+41+73=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #872949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872949 is #78D6B6. Grayscale: #484848. Windows color (decimal): -7919287 or 4794759. OLE color: 4794759.

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

Color convert

RGB 135 41 73 -
CMYK 0 0.70 0.46 0.47
HSL 339.57º 0.53% 0.35% -
HSV(B) 339.57º 0.7% 0.53% -
XYZ 11.99 7.22 7.06 -
YUV 72.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 135 41 73 0 0.70 0.46 0.47 339.57 0.53 0.35
Hex 87 29 49 0 46 2E 2F 154 35 23
Octal 207 51 111 0 106 56 57 524 65 43
Binary 10000111 101001 1001001 0 1000110 101110 101111 101010100 110101 100011

Color Harmonies of #872949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872949

Black with #872949

Text Example


Text Example

White with #872949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872949; }

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

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

background-color css

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

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

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

border-color css

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

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

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