Html Css Color HEX #89233C Shiraz

📋 copy color: '#89233C'

red 137 ◦ green 35 ◦ blue 60

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

Shades of Shiraz #89233C

Tints of Shiraz #89233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 59.05%
G = 15.09%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89233C (or 0x89233C) is known color: Shiraz. HEX triplet: 89, 23 and 3C. RGB value is (137,35,60). Sum of RGB (Red+Green+Blue) = 137+35+60=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89233C is #76DCC3. Grayscale: #444444. Windows color (decimal): -7789764 or 3941257. OLE color: 3941257.

HSL color Cylindrical-coordinate representation of color #89233C: hue angle of 345.29º 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 #89233C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 60 -
CMYK 0 0.74 0.56 0.46
HSL 345.29º 0.59% 0.34% -
HSV(B) 345.29º 0.74% 0.54% -
XYZ 11.73 6.85 4.98 -
YUV 68.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 137 35 60 0 0.74 0.56 0.46 345.29 0.59 0.34
Hex 89 23 3C 0 4A 38 2E 159 3B 22
Octal 211 43 74 0 112 70 56 531 73 42
Binary 10001001 100011 111100 0 1001010 111000 101110 101011001 111011 100010

Color Harmonies of #89233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89233C

Black with #89233C

Text Example


Text Example

White with #89233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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