Html Css Color HEX #871B3C Shiraz

📋 copy color: '#871B3C'

red 135 ◦ green 27 ◦ blue 60

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

Shades of Shiraz #871B3C

Tints of Shiraz #871B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 60.81%
G = 12.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#871B3C (or 0x871B3C) is known color: Shiraz. HEX triplet: 87, 1B and 3C. RGB value is (135,27,60). Sum of RGB (Red+Green+Blue) = 135+27+60=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #871B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B3C is #78E4C3. Grayscale: #3F3F3F. Windows color (decimal): -7922884 or 3939207. OLE color: 3939207.

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

Color convert

RGB 135 27 60 -
CMYK 0 0.8 0.56 0.47
HSL 341.67º 0.67% 0.32% -
HSV(B) 341.67º 0.8% 0.53% -
XYZ 11.2 6.26 4.89 -
YUV 63.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 135 27 60 0 0.8 0.56 0.47 341.67 0.67 0.32
Hex 87 1B 3C 0 50 38 2F 156 43 20
Octal 207 33 74 0 120 70 57 526 103 40
Binary 10000111 11011 111100 0 1010000 111000 101111 101010110 1000011 100000

Color Harmonies of #871B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B3C

Black with #871B3C

Text Example


Text Example

White with #871B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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