Html Css Color HEX #892938 Shiraz

📋 copy color: '#892938'

red 137 ◦ green 41 ◦ blue 56

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

Shades of Shiraz #892938

Tints of Shiraz #892938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 58.55%
G = 17.52%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#892938 (or 0x892938) is known color: Shiraz. HEX triplet: 89, 29 and 38. RGB value is (137,41,56). Sum of RGB (Red+Green+Blue) = 137+41+56=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #892938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892938 is #76D6C7. Grayscale: #474747. Windows color (decimal): -7788232 or 3680649. OLE color: 3680649.

HSL color Cylindrical-coordinate representation of color #892938: hue angle of 350.62º 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 #892938 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 56 -
CMYK 0 0.70 0.59 0.46
HSL 350.63º 0.54% 0.35% -
HSV(B) 350.63º 0.7% 0.54% -
XYZ 11.82 7.19 4.51 -
YUV 71.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 137 41 56 0 0.70 0.59 0.46 350.63 0.54 0.35
Hex 89 29 38 0 46 3B 2E 15F 36 23
Octal 211 51 70 0 106 73 56 537 66 43
Binary 10001001 101001 111000 0 1000110 111011 101110 101011111 110110 100011

Color Harmonies of #892938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892938

Black with #892938

Text Example


Text Example

White with #892938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892938; }

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

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

background-color css

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

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

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

border-color css

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

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

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