Html Css Color HEX #871F3C Shiraz

📋 copy color: '#871F3C'

red 135 ◦ green 31 ◦ blue 60

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

Shades of Shiraz #871F3C

Tints of Shiraz #871F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 59.73%
G = 13.72%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#871F3C (or 0x871F3C) is known color: Shiraz. HEX triplet: 87, 1F and 3C. RGB value is (135,31,60). Sum of RGB (Red+Green+Blue) = 135+31+60=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #871F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F3C is #78E0C3. Grayscale: #414141. Windows color (decimal): -7921860 or 3940231. OLE color: 3940231.

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

Color convert

RGB 135 31 60 -
CMYK 0 0.77 0.56 0.47
HSL 343.27º 0.63% 0.33% -
HSV(B) 343.27º 0.77% 0.53% -
XYZ 11.3 6.46 4.93 -
YUV 65.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 135 31 60 0 0.77 0.56 0.47 343.27 0.63 0.33
Hex 87 1F 3C 0 4D 38 2F 157 3F 21
Octal 207 37 74 0 115 70 57 527 77 41
Binary 10000111 11111 111100 0 1001101 111000 101111 101010111 111111 100001

Color Harmonies of #871F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F3C

Black with #871F3C

Text Example


Text Example

White with #871F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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