#8B2835

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

Shades of Shiraz #8B2835

Tints of Shiraz #8B2835

Color information

#8B2835 (or 0x8B2835) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 35. RGB value is (139,40,53). Sum of RGB (Red+Green+Blue) = 139+40+53=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2835 is #74D7CA. Grayscale: #474747. Windows color (decimal): -7657419 or 3483787. OLE color: 3483787.

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

Color convert

RGB1394053-
CMYK00.710.620.45
HSL352.12º55.31%35.1%-
HSV(B)352.12º71.22%54.51%-
XYZ12.057.264.14-
YUV71.08117.8176.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=59.91%
G=17.24%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139405300.710.620.45352.1255.3135.1
Hex8B28350473E2D1603723
Octal2135065010776555406743
Binary1000101110100011010101000111111110101101101100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,53); }

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

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

 a { background-color: rgb(139,40,53); }

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

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

 span { border-color: rgb(139,40,53); }

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