Html Css Color HEX #871D36 Shiraz

📋 copy color: '#871D36'

red 135 ◦ green 29 ◦ blue 54

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

Shades of Shiraz #871D36

Tints of Shiraz #871D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 61.93%
G = 13.3%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#871D36 (or 0x871D36) is known color: Shiraz. HEX triplet: 87, 1D and 36. RGB value is (135,29,54). Sum of RGB (Red+Green+Blue) = 135+29+54=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #871D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D36 is #78E2C9. Grayscale: #3F3F3F. Windows color (decimal): -7922378 or 3546503. OLE color: 3546503.

HSL color Cylindrical-coordinate representation of color #871D36: hue angle of 345.85º degrees, saturation: 0.65, 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 #871D36 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 29 54 -
CMYK 0 0.79 0.60 0.47
HSL 345.85º 0.65% 0.32% -
HSV(B) 345.85º 0.79% 0.53% -
XYZ 11.1 6.3 4.12 -
YUV 63.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 135 29 54 0 0.79 0.60 0.47 345.85 0.65 0.32
Hex 87 1D 36 0 4F 3C 2F 15A 41 20
Octal 207 35 66 0 117 74 57 532 101 40
Binary 10000111 11101 110110 0 1001111 111100 101111 101011010 1000001 100000

Color Harmonies of #871D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D36

Black with #871D36

Text Example


Text Example

White with #871D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,54); }

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

background-color css

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

 a { background-color: rgb(135,29,54); }

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

border-color css

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

 span { border-color: rgb(135,29,54); }

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