Html Css Color HEX #892933 Shiraz

📋 copy color: '#892933'

red 137 ◦ green 41 ◦ blue 51

#892933
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #892933

Tints of Shiraz #892933

RGB

 RED value IS 137 (53.91% from 255) = 59.83%

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 59.83%
G = 17.9%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#892933 (or 0x892933) is known color: Shiraz. HEX triplet: 89, 29 and 33. RGB value is (137,41,51). Sum of RGB (Red+Green+Blue) = 137+41+51=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #892933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892933 is #76D6CC. Grayscale: #464646. Windows color (decimal): -7788237 or 3352969. OLE color: 3352969.

HSL color Cylindrical-coordinate representation of color #892933: hue angle of 353.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892933 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 51 -
CMYK 0 0.70 0.63 0.46
HSL 353.75º 0.54% 0.35% -
HSV(B) 353.75º 0.7% 0.54% -
XYZ 11.71 7.14 3.89 -
YUV 70.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 137 41 51 0 0.70 0.63 0.46 353.75 0.54 0.35
Hex 89 29 33 0 46 3F 2E 162 36 23
Octal 211 51 63 0 106 77 56 542 66 43
Binary 10001001 101001 110011 0 1000110 111111 101110 101100010 110110 100011

Color Harmonies of #892933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892933

Black with #892933

Text Example


Text Example

White with #892933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892933; }

 p { color: rgb(137,41,51); }

 H1.HeaderClassName
 {
   color: #892933;
 }
 .AnyTagClassName
 {
   color: #892933;
 }
</style>

background-color css

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

 a { background-color: rgb(137,41,51); }

 div.DivClassName
 {
   background-color: #892933;
 }
 .BgClassName
 {
   background-color: #892933;
 }
</style>

border-color css

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

 span { border-color: rgb(137,41,51); }

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