Html Css Color HEX #871E3C Shiraz

📋 copy color: '#871E3C'

red 135 ◦ green 30 ◦ blue 60

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

Shades of Shiraz #871E3C

Tints of Shiraz #871E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 60%
G = 13.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#871E3C (or 0x871E3C) is known color: Shiraz. HEX triplet: 87, 1E and 3C. RGB value is (135,30,60). Sum of RGB (Red+Green+Blue) = 135+30+60=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #871E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E3C is #78E1C3. Grayscale: #404040. Windows color (decimal): -7922116 or 3939975. OLE color: 3939975.

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

Color convert

RGB 135 30 60 -
CMYK 0 0.78 0.56 0.47
HSL 342.86º 0.64% 0.32% -
HSV(B) 342.86º 0.78% 0.53% -
XYZ 11.27 6.41 4.92 -
YUV 64.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 135 30 60 0 0.78 0.56 0.47 342.86 0.64 0.32
Hex 87 1E 3C 0 4E 38 2F 157 40 20
Octal 207 36 74 0 116 70 57 527 100 40
Binary 10000111 11110 111100 0 1001110 111000 101111 101010111 1000000 100000

Color Harmonies of #871E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E3C

Black with #871E3C

Text Example


Text Example

White with #871E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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