Html Css Color HEX #89263D Shiraz

📋 copy color: '#89263D'

red 137 ◦ green 38 ◦ blue 61

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

Shades of Shiraz #89263D

Tints of Shiraz #89263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 58.05%
G = 16.1%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89263D (or 0x89263D) is known color: Shiraz. HEX triplet: 89, 26 and 3D. RGB value is (137,38,61). Sum of RGB (Red+Green+Blue) = 137+38+61=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89263D is #76D9C2. Grayscale: #464646. Windows color (decimal): -7788995 or 4007561. OLE color: 4007561.

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

Color convert

RGB 137 38 61 -
CMYK 0 0.72 0.55 0.46
HSL 346.06º 0.57% 0.34% -
HSV(B) 346.06º 0.72% 0.54% -
XYZ 11.85 7.04 5.15 -
YUV 70.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 137 38 61 0 0.72 0.55 0.46 346.06 0.57 0.34
Hex 89 26 3D 0 48 37 2E 15A 39 22
Octal 211 46 75 0 110 67 56 532 71 42
Binary 10001001 100110 111101 0 1001000 110111 101110 101011010 111001 100010

Color Harmonies of #89263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89263D

Black with #89263D

Text Example


Text Example

White with #89263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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