#8D283E

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

Shades of Shiraz #8D283E

Tints of Shiraz #8D283E

Color information

#8D283E (or 0x8D283E) is unknown color: approx Shiraz. HEX triplet: 8D, 28 and 3E. RGB value is (141,40,62). Sum of RGB (Red+Green+Blue) = 141+40+62=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D283E is #72D7C1. Grayscale: #484848. Windows color (decimal): -7526338 or 4073613. OLE color: 4073613.

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

Color convert

RGB1414062-
CMYK00.720.560.45
HSL346.93º55.8%35.49%-
HSV(B)346.93º71.63%55.29%-
XYZ12.617.535.35-
YUV72.71121.96176.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.02%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=58.02%
G=16.46%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141406200.720.560.45346.9355.835.49
Hex8D283E048382D15b3823
Octal2155076011070555337043
Binary1000110110100011111001001000111000101101101011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,40,62); }

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

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

 a { background-color: rgb(141,40,62); }

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

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

 span { border-color: rgb(141,40,62); }

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