Html Css Color HEX #89233A Shiraz

📋 copy color: '#89233A'

red 137 ◦ green 35 ◦ blue 58

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

Shades of Shiraz #89233A

Tints of Shiraz #89233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 59.57%
G = 15.22%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89233A (or 0x89233A) is known color: Shiraz. HEX triplet: 89, 23 and 3A. RGB value is (137,35,58). Sum of RGB (Red+Green+Blue) = 137+35+58=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89233A is #76DCC5. Grayscale: #444444. Windows color (decimal): -7789766 or 3810185. OLE color: 3810185.

HSL color Cylindrical-coordinate representation of color #89233A: hue angle of 346.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89233A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 58 -
CMYK 0 0.74 0.58 0.46
HSL 346.47º 0.59% 0.34% -
HSV(B) 346.47º 0.74% 0.54% -
XYZ 11.68 6.83 4.7 -
YUV 68.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 137 35 58 0 0.74 0.58 0.46 346.47 0.59 0.34
Hex 89 23 3A 0 4A 3A 2E 15A 3B 22
Octal 211 43 72 0 112 72 56 532 73 42
Binary 10001001 100011 111010 0 1001010 111010 101110 101011010 111011 100010

Color Harmonies of #89233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89233A

Black with #89233A

Text Example


Text Example

White with #89233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89233A; }

 p { color: rgb(137,35,58); }

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

background-color css

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

 a { background-color: rgb(137,35,58); }

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

border-color css

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

 span { border-color: rgb(137,35,58); }

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