Html Css Color HEX #89203D Shiraz

📋 copy color: '#89203D'

red 137 ◦ green 32 ◦ blue 61

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

Shades of Shiraz #89203D

Tints of Shiraz #89203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 59.57%
G = 13.91%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89203D (or 0x89203D) is known color: Shiraz. HEX triplet: 89, 20 and 3D. RGB value is (137,32,61). Sum of RGB (Red+Green+Blue) = 137+32+61=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89203D is #76DFC2. Grayscale: #424242. Windows color (decimal): -7790531 or 4006025. OLE color: 4006025.

HSL color Cylindrical-coordinate representation of color #89203D: hue angle of 343.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89203D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 61 -
CMYK 0 0.77 0.55 0.46
HSL 343.43º 0.62% 0.33% -
HSV(B) 343.43º 0.77% 0.54% -
XYZ 11.68 6.69 5.09 -
YUV 66.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 137 32 61 0 0.77 0.55 0.46 343.43 0.62 0.33
Hex 89 20 3D 0 4D 37 2E 157 3E 21
Octal 211 40 75 0 115 67 56 527 76 41
Binary 10001001 100000 111101 0 1001101 110111 101110 101010111 111110 100001

Color Harmonies of #89203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89203D

Black with #89203D

Text Example


Text Example

White with #89203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89203D; }

 p { color: rgb(137,32,61); }

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

background-color css

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

 a { background-color: rgb(137,32,61); }

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

border-color css

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

 span { border-color: rgb(137,32,61); }

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