#892A3D

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

Shades of Shiraz #892A3D

Tints of Shiraz #892A3D

Color information

#892A3D (or 0x892A3D) is unknown color: approx Shiraz. HEX triplet: 89, 2A and 3D. RGB value is (137,42,61). Sum of RGB (Red+Green+Blue) = 137+42+61=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #892A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892A3D is #76D5C2. Grayscale: #484848. Windows color (decimal): -7787971 or 4008585. OLE color: 4008585.

HSL color Cylindrical-coordinate representation of color #892A3D: hue angle of 348º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A3D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1374261-
CMYK00.690.550.46
HSL348º53.07%35.1%-
HSV(B)348º69.34%53.73%-
XYZ11.997.315.19-
YUV72.57121.47173.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=57.08%
G=17.5%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137426100.690.550.4634853.0735.1
Hex892A3D045372E15c3523
Octal2115275010567565346543
Binary1000100110101011110101000101110111101110101011100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,42,61); }

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

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

 a { background-color: rgb(137,42,61); }

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

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

 span { border-color: rgb(137,42,61); }

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