#8D253C

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

Shades of Shiraz #8D253C

Tints of Shiraz #8D253C

Color information

#8D253C (or 0x8D253C) is unknown color: approx Shiraz. HEX triplet: 8D, 25 and 3C. RGB value is (141,37,60). Sum of RGB (Red+Green+Blue) = 141+37+60=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D253C is #72DAC3. Grayscale: #464646. Windows color (decimal): -7527108 or 3941773. OLE color: 3941773.

HSL color Cylindrical-coordinate representation of color #8D253C: hue angle of 346.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D253C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1413760-
CMYK00.740.570.45
HSL346.73º58.43%34.9%-
HSV(B)346.73º73.76%55.29%-
XYZ12.467.315.03-
YUV70.72121.96178.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=59.24%
G=15.55%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141376000.740.570.45346.7358.4334.9
Hex8D253C04A392D15b3a23
Octal2154574011271555337243
Binary1000110110010111110001001010111001101101101011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,37,60); }

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

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

 a { background-color: rgb(141,37,60); }

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

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

 span { border-color: rgb(141,37,60); }

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