#892F3B

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

Shades of Shiraz #892F3B

Tints of Shiraz #892F3B

Color information

#892F3B (or 0x892F3B) is unknown color: approx Shiraz. HEX triplet: 89, 2F and 3B. RGB value is (137,47,59). Sum of RGB (Red+Green+Blue) = 137+47+59=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F3B is #76D0C4. Grayscale: #4B4B4B. Windows color (decimal): -7786693 or 3878793. OLE color: 3878793.

HSL color Cylindrical-coordinate representation of color #892F3B: hue angle of 352º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F3B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1374759-
CMYK00.660.570.46
HSL352º48.91%36.08%-
HSV(B)352º65.69%53.73%-
XYZ12.127.674.98-
YUV75.28118.82172.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.38%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=56.38%
G=19.34%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137475900.660.570.4635248.9136.08
Hex892F3B042392E1603124
Octal2115773010271565406144
Binary1000100110111111101101000010111001101110101100000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892F3B; }

 p { color: rgb(137,47,59); }

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

<style>
 a { background-color: #892F3B; }

 a { background-color: rgb(137,47,59); }

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

<style>
 span { border-color: #892F3B; }

 span { border-color: rgb(137,47,59); }

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