#8B2333

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

Shades of Shiraz #8B2333

Tints of Shiraz #8B2333

Color information

#8B2333 (or 0x8B2333) is unknown color: approx Shiraz. HEX triplet: 8B, 23 and 33. RGB value is (139,35,51). Sum of RGB (Red+Green+Blue) = 139+35+51=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2333 is #74DCCC. Grayscale: #434343. Windows color (decimal): -7658701 or 3351435. OLE color: 3351435.

HSL color Cylindrical-coordinate representation of color #8B2333: hue angle of 350.77º 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 #8B2333 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1393551-
CMYK00.750.630.45
HSL350.77º59.77%34.12%-
HSV(B)350.77º74.82%54.51%-
XYZ11.856.933.85-
YUV67.92118.46178.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=61.78%
G=15.56%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139355100.750.630.45350.7759.7734.12
Hex8B233304B3F2D15f3c22
Octal2134363011377555377442
Binary1000101110001111001101001011111111101101101011111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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