Html Css Color HEX #89233F Shiraz

📋 copy color: '#89233F'

red 137 ◦ green 35 ◦ blue 63

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

Shades of Shiraz #89233F

Tints of Shiraz #89233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.81%

R = 58.3%
G = 14.89%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89233F (or 0x89233F) is known color: Shiraz. HEX triplet: 89, 23 and 3F. RGB value is (137,35,63). Sum of RGB (Red+Green+Blue) = 137+35+63=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89233F is #76DCC0. Grayscale: #444444. Windows color (decimal): -7789761 or 4137865. OLE color: 4137865.

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

Color convert

RGB 137 35 63 -
CMYK 0 0.74 0.54 0.46
HSL 343.53º 0.59% 0.34% -
HSV(B) 343.53º 0.74% 0.54% -
XYZ 11.81 6.88 5.41 -
YUV 68.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 137 35 63 0 0.74 0.54 0.46 343.53 0.59 0.34
Hex 89 23 3F 0 4A 36 2E 158 3B 22
Octal 211 43 77 0 112 66 56 530 73 42
Binary 10001001 100011 111111 0 1001010 110110 101110 101011000 111011 100010

Color Harmonies of #89233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89233F

Black with #89233F

Text Example


Text Example

White with #89233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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