Html Css Color HEX #871541 Disco

📋 copy color: '#871541'

red 135 ◦ green 21 ◦ blue 65

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

Shades of Disco #871541

Tints of Disco #871541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 61.09%
G = 9.5%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#871541 (or 0x871541) is known color: Disco. HEX triplet: 87, 15 and 41. RGB value is (135,21,65). Sum of RGB (Red+Green+Blue) = 135+21+65=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #871541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871541 is #78EABE. Grayscale: #3C3C3C. Windows color (decimal): -7924415 or 4265351. OLE color: 4265351.

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

Color convert

RGB 135 21 65 -
CMYK 0 0.84 0.52 0.47
HSL 336.84º 0.73% 0.31% -
HSV(B) 336.84º 0.84% 0.53% -
XYZ 11.21 6.07 5.58 -
YUV 60.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 135 21 65 0 0.84 0.52 0.47 336.84 0.73 0.31
Hex 87 15 41 0 54 34 2F 151 49 1F
Octal 207 25 101 0 124 64 57 521 111 37
Binary 10000111 10101 1000001 0 1010100 110100 101111 101010001 1001001 11111

Color Harmonies of #871541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871541

Black with #871541

Text Example


Text Example

White with #871541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871541; }

 p { color: rgb(135,21,65); }

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

background-color css

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

 a { background-color: rgb(135,21,65); }

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

border-color css

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

 span { border-color: rgb(135,21,65); }

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