Html Css Color HEX #871741 Disco

📋 copy color: '#871741'

red 135 ◦ green 23 ◦ blue 65

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

Shades of Disco #871741

Tints of Disco #871741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 60.54%
G = 10.31%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#871741 (or 0x871741) is known color: Disco. HEX triplet: 87, 17 and 41. RGB value is (135,23,65). Sum of RGB (Red+Green+Blue) = 135+23+65=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #871741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871741 is #78E8BE. Grayscale: #3D3D3D. Windows color (decimal): -7923903 or 4265863. OLE color: 4265863.

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

Color convert

RGB 135 23 65 -
CMYK 0 0.83 0.52 0.47
HSL 337.5º 0.71% 0.31% -
HSV(B) 337.5º 0.83% 0.53% -
XYZ 11.25 6.15 5.59 -
YUV 61.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 135 23 65 0 0.83 0.52 0.47 337.5 0.71 0.31
Hex 87 17 41 0 53 34 2F 152 47 1F
Octal 207 27 101 0 123 64 57 522 107 37
Binary 10000111 10111 1000001 0 1010011 110100 101111 101010010 1000111 11111

Color Harmonies of #871741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871741

Black with #871741

Text Example


Text Example

White with #871741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871741; }

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

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

background-color css

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

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

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

border-color css

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

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

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