Html Css Color HEX #871C3C Shiraz

📋 copy color: '#871C3C'

red 135 ◦ green 28 ◦ blue 60

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

Shades of Shiraz #871C3C

Tints of Shiraz #871C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

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

R = 60.54%
G = 12.56%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#871C3C (or 0x871C3C) is known color: Shiraz. HEX triplet: 87, 1C and 3C. RGB value is (135,28,60). Sum of RGB (Red+Green+Blue) = 135+28+60=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #871C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C3C is #78E3C3. Grayscale: #3F3F3F. Windows color (decimal): -7922628 or 3939463. OLE color: 3939463.

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

Color convert

RGB 135 28 60 -
CMYK 0 0.79 0.56 0.47
HSL 342.06º 0.66% 0.32% -
HSV(B) 342.06º 0.79% 0.53% -
XYZ 11.22 6.31 4.9 -
YUV 63.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 135 28 60 0 0.79 0.56 0.47 342.06 0.66 0.32
Hex 87 1C 3C 0 4F 38 2F 156 42 20
Octal 207 34 74 0 117 70 57 526 102 40
Binary 10000111 11100 111100 0 1001111 111000 101111 101010110 1000010 100000

Color Harmonies of #871C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C3C

Black with #871C3C

Text Example


Text Example

White with #871C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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