#8D1C2F

Color #8D1C2F Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8D1C2F

Tints of Shiraz #8D1C2F

Color information

#8D1C2F (or 0x8D1C2F) is unknown color: approx Shiraz. HEX triplet: 8D, 1C and 2F. RGB value is (141,28,47). Sum of RGB (Red+Green+Blue) = 141+28+47=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C2F is #72E3D0. Grayscale: #3F3F3F. Windows color (decimal): -7529425 or 3087501. OLE color: 3087501.

HSL color Cylindrical-coordinate representation of color #8D1C2F: hue angle of 349.91º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C2F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1412847-
CMYK00.800.670.45
HSL349.91º66.86%33.14%-
HSV(B)349.91º80.14%55.29%-
XYZ11.916.73.35-
YUV63.95118.44182.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.28%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=65.28%
G=12.96%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141284700.800.670.45349.9166.8633.14
Hex8D1C2F050432D15e4321
Octal215345701201035553610341
Binary10001101111001011110101000010000111011011010111101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D1C2F; }

 p { color: rgb(141,28,47); }

 H1.HeaderClassName
 {
   color: #8D1C2F;
 }
 .AnyTagClassName
 {
   color: #8D1C2F;
 }
</style>
background-color css

<style>
 a { background-color: #8D1C2F; }

 a { background-color: rgb(141,28,47); }

 div.DivClassName
 {
   background-color: #8D1C2F;
 }
 .BgClassName
 {
   background-color: #8D1C2F;
 }
</style>
border-color css

<style>
 span { border-color: #8D1C2F; }

 span { border-color: rgb(141,28,47); }

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