Html Css Color HEX #892038 Shiraz

📋 copy color: '#892038'

red 137 ◦ green 32 ◦ blue 56

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

Shades of Shiraz #892038

Tints of Shiraz #892038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 60.89%
G = 14.22%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#892038 (or 0x892038) is known color: Shiraz. HEX triplet: 89, 20 and 38. RGB value is (137,32,56). Sum of RGB (Red+Green+Blue) = 137+32+56=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #892038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892038 is #76DFC7. Grayscale: #424242. Windows color (decimal): -7790536 or 3678345. OLE color: 3678345.

HSL color Cylindrical-coordinate representation of color #892038: hue angle of 346.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892038 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 56 -
CMYK 0 0.77 0.59 0.46
HSL 346.29º 0.62% 0.33% -
HSV(B) 346.29º 0.77% 0.54% -
XYZ 11.55 6.64 4.41 -
YUV 66.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 137 32 56 0 0.77 0.59 0.46 346.29 0.62 0.33
Hex 89 20 38 0 4D 3B 2E 15A 3E 21
Octal 211 40 70 0 115 73 56 532 76 41
Binary 10001001 100000 111000 0 1001101 111011 101110 101011010 111110 100001

Color Harmonies of #892038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892038

Black with #892038

Text Example


Text Example

White with #892038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892038; }

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

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

background-color css

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

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

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

border-color css

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

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

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