Html Css Color HEX #89283E Shiraz

📋 copy color: '#89283E'

red 137 ◦ green 40 ◦ blue 62

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

Shades of Shiraz #89283E

Tints of Shiraz #89283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 57.32%
G = 16.74%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89283E (or 0x89283E) is known color: Shiraz. HEX triplet: 89, 28 and 3E. RGB value is (137,40,62). Sum of RGB (Red+Green+Blue) = 137+40+62=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283E is #76D7C1. Grayscale: #474747. Windows color (decimal): -7788482 or 4073609. OLE color: 4073609.

HSL color Cylindrical-coordinate representation of color #89283E: hue angle of 346.39º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89283E is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 62 -
CMYK 0 0.71 0.55 0.46
HSL 346.39º 0.55% 0.35% -
HSV(B) 346.39º 0.71% 0.54% -
XYZ 11.94 7.18 5.31 -
YUV 71.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 137 40 62 0 0.71 0.55 0.46 346.39 0.55 0.35
Hex 89 28 3E 0 47 37 2E 15A 37 23
Octal 211 50 76 0 107 67 56 532 67 43
Binary 10001001 101000 111110 0 1000111 110111 101110 101011010 110111 100011

Color Harmonies of #89283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89283E

Black with #89283E

Text Example


Text Example

White with #89283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89283E; }

 p { color: rgb(137,40,62); }

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

background-color css

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

 a { background-color: rgb(137,40,62); }

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

border-color css

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

 span { border-color: rgb(137,40,62); }

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