Html Css Color HEX #871A41 Disco

📋 copy color: '#871A41'

red 135 ◦ green 26 ◦ blue 65

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

Shades of Disco #871A41

Tints of Disco #871A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

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

R = 59.73%
G = 11.5%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#871A41 (or 0x871A41) is known color: Disco. HEX triplet: 87, 1A and 41. RGB value is (135,26,65). Sum of RGB (Red+Green+Blue) = 135+26+65=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #871A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A41 is #78E5BE. Grayscale: #3E3E3E. Windows color (decimal): -7923135 or 4266631. OLE color: 4266631.

HSL color Cylindrical-coordinate representation of color #871A41: hue angle of 338.53º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A41 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 65 -
CMYK 0 0.81 0.52 0.47
HSL 338.53º 0.68% 0.32% -
HSV(B) 338.53º 0.81% 0.53% -
XYZ 11.32 6.27 5.62 -
YUV 63.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 135 26 65 0 0.81 0.52 0.47 338.53 0.68 0.32
Hex 87 1A 41 0 51 34 2F 153 44 20
Octal 207 32 101 0 121 64 57 523 104 40
Binary 10000111 11010 1000001 0 1010001 110100 101111 101010011 1000100 100000

Color Harmonies of #871A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A41

Black with #871A41

Text Example


Text Example

White with #871A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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