Html Css Color HEX #871D32 Shiraz

📋 copy color: '#871D32'

red 135 ◦ green 29 ◦ blue 50

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

Shades of Shiraz #871D32

Tints of Shiraz #871D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 63.08%
G = 13.55%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#871D32 (or 0x871D32) is known color: Shiraz. HEX triplet: 87, 1D and 32. RGB value is (135,29,50). Sum of RGB (Red+Green+Blue) = 135+29+50=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #871D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D32 is #78E2CD. Grayscale: #3F3F3F. Windows color (decimal): -7922382 or 3284359. OLE color: 3284359.

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

Color convert

RGB 135 29 50 -
CMYK 0 0.79 0.63 0.47
HSL 348.11º 0.65% 0.32% -
HSV(B) 348.11º 0.79% 0.53% -
XYZ 11.01 6.26 3.65 -
YUV 63.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 135 29 50 0 0.79 0.63 0.47 348.11 0.65 0.32
Hex 87 1D 32 0 4F 3F 2F 15C 41 20
Octal 207 35 62 0 117 77 57 534 101 40
Binary 10000111 11101 110010 0 1001111 111111 101111 101011100 1000001 100000

Color Harmonies of #871D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D32

Black with #871D32

Text Example


Text Example

White with #871D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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