Html Css Color HEX #871C41 Disco

📋 copy color: '#871C41'

red 135 ◦ green 28 ◦ blue 65

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

Shades of Disco #871C41

Tints of Disco #871C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.28%

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

R = 59.21%
G = 12.28%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#871C41 (or 0x871C41) is known color: Disco. HEX triplet: 87, 1C and 41. RGB value is (135,28,65). Sum of RGB (Red+Green+Blue) = 135+28+65=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #871C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C41 is #78E3BE. Grayscale: #404040. Windows color (decimal): -7922623 or 4267143. OLE color: 4267143.

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

Color convert

RGB 135 28 65 -
CMYK 0 0.79 0.52 0.47
HSL 339.25º 0.66% 0.32% -
HSV(B) 339.25º 0.79% 0.53% -
XYZ 11.36 6.36 5.63 -
YUV 64.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 135 28 65 0 0.79 0.52 0.47 339.25 0.66 0.32
Hex 87 1C 41 0 4F 34 2F 153 42 20
Octal 207 34 101 0 117 64 57 523 102 40
Binary 10000111 11100 1000001 0 1001111 110100 101111 101010011 1000010 100000

Color Harmonies of #871C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C41

Black with #871C41

Text Example


Text Example

White with #871C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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