Html Css Color HEX #871E30 Shiraz

📋 copy color: '#871E30'

red 135 ◦ green 30 ◦ blue 48

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

Shades of Shiraz #871E30

Tints of Shiraz #871E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 63.38%
G = 14.08%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871E30 (or 0x871E30) is known color: Shiraz. HEX triplet: 87, 1E and 30. RGB value is (135,30,48). Sum of RGB (Red+Green+Blue) = 135+30+48=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #871E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E30 is #78E1CF. Grayscale: #3F3F3F. Windows color (decimal): -7922128 or 3153543. OLE color: 3153543.

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

Color convert

RGB 135 30 48 -
CMYK 0 0.78 0.64 0.47
HSL 349.71º 0.64% 0.32% -
HSV(B) 349.71º 0.78% 0.53% -
XYZ 10.99 6.29 3.43 -
YUV 63.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 135 30 48 0 0.78 0.64 0.47 349.71 0.64 0.32
Hex 87 1E 30 0 4E 40 2F 15E 40 20
Octal 207 36 60 0 116 100 57 536 100 40
Binary 10000111 11110 110000 0 1001110 1000000 101111 101011110 1000000 100000

Color Harmonies of #871E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E30

Black with #871E30

Text Example


Text Example

White with #871E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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