Html Css Color HEX #892138 Shiraz

📋 copy color: '#892138'

red 137 ◦ green 33 ◦ blue 56

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

Shades of Shiraz #892138

Tints of Shiraz #892138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

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

R = 60.62%
G = 14.6%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#892138 (or 0x892138) is known color: Shiraz. HEX triplet: 89, 21 and 38. RGB value is (137,33,56). Sum of RGB (Red+Green+Blue) = 137+33+56=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #892138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892138 is #76DEC7. Grayscale: #424242. Windows color (decimal): -7790280 or 3678601. OLE color: 3678601.

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

Color convert

RGB 137 33 56 -
CMYK 0 0.76 0.59 0.46
HSL 346.73º 0.61% 0.33% -
HSV(B) 346.73º 0.76% 0.54% -
XYZ 11.57 6.69 4.42 -
YUV 66.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 137 33 56 0 0.76 0.59 0.46 346.73 0.61 0.33
Hex 89 21 38 0 4C 3B 2E 15B 3D 21
Octal 211 41 70 0 114 73 56 533 75 41
Binary 10001001 100001 111000 0 1001100 111011 101110 101011011 111101 100001

Color Harmonies of #892138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892138

Black with #892138

Text Example


Text Example

White with #892138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892138; }

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

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

background-color css

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

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

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

border-color css

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

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

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