Html Css Color HEX #892133 Shiraz

📋 copy color: '#892133'

red 137 ◦ green 33 ◦ blue 51

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

Shades of Shiraz #892133

Tints of Shiraz #892133

RGB

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

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

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

R = 61.99%
G = 14.93%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#892133 (or 0x892133) is known color: Shiraz. HEX triplet: 89, 21 and 33. RGB value is (137,33,51). Sum of RGB (Red+Green+Blue) = 137+33+51=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #892133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892133 is #76DECC. Grayscale: #424242. Windows color (decimal): -7790285 or 3350921. OLE color: 3350921.

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

Color convert

RGB 137 33 51 -
CMYK 0 0.76 0.63 0.46
HSL 349.62º 0.61% 0.33% -
HSV(B) 349.62º 0.76% 0.54% -
XYZ 11.46 6.65 3.81 -
YUV 66.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 137 33 51 0 0.76 0.63 0.46 349.62 0.61 0.33
Hex 89 21 33 0 4C 3F 2E 15E 3D 21
Octal 211 41 63 0 114 77 56 536 75 41
Binary 10001001 100001 110011 0 1001100 111111 101110 101011110 111101 100001

Color Harmonies of #892133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892133

Black with #892133

Text Example


Text Example

White with #892133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892133; }

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

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

background-color css

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

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

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

border-color css

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

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

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