Html Css Color HEX #871E3E Shiraz

📋 copy color: '#871E3E'

red 135 ◦ green 30 ◦ blue 62

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

Shades of Shiraz #871E3E

Tints of Shiraz #871E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.22%

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 59.47%
G = 13.22%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#871E3E (or 0x871E3E) is known color: Shiraz. HEX triplet: 87, 1E and 3E. RGB value is (135,30,62). Sum of RGB (Red+Green+Blue) = 135+30+62=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #871E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E3E is #78E1C1. Grayscale: #414141. Windows color (decimal): -7922114 or 4071047. OLE color: 4071047.

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

Color convert

RGB 135 30 62 -
CMYK 0 0.78 0.54 0.47
HSL 341.71º 0.64% 0.32% -
HSV(B) 341.71º 0.78% 0.53% -
XYZ 11.33 6.43 5.2 -
YUV 65.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 135 30 62 0 0.78 0.54 0.47 341.71 0.64 0.32
Hex 87 1E 3E 0 4E 36 2F 156 40 20
Octal 207 36 76 0 116 66 57 526 100 40
Binary 10000111 11110 111110 0 1001110 110110 101111 101010110 1000000 100000

Color Harmonies of #871E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E3E

Black with #871E3E

Text Example


Text Example

White with #871E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,30,62); }

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

background-color css

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

 a { background-color: rgb(135,30,62); }

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

border-color css

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

 span { border-color: rgb(135,30,62); }

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