#8B2335

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

Shades of Shiraz #8B2335

Tints of Shiraz #8B2335

Color information

#8B2335 (or 0x8B2335) is unknown color: approx Shiraz. HEX triplet: 8B, 23 and 35. RGB value is (139,35,53). Sum of RGB (Red+Green+Blue) = 139+35+53=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2335 is #74DCCA. Grayscale: #444444. Windows color (decimal): -7658699 or 3482507. OLE color: 3482507.

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

Color convert

RGB1393553-
CMYK00.750.620.45
HSL349.62º59.77%34.12%-
HSV(B)349.62º74.82%54.51%-
XYZ11.896.954.08-
YUV68.15119.46178.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=61.23%
G=15.42%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139355300.750.620.45349.6259.7734.12
Hex8B233504B3E2D15e3c22
Octal2134365011376555367442
Binary1000101110001111010101001011111110101101101011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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