Html Css Color HEX #88293E Shiraz

📋 copy color: '#88293E'

red 136 ◦ green 41 ◦ blue 62

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

Shades of Shiraz #88293E

Tints of Shiraz #88293E

RGB

 RED value IS 136 (53.52% from 255) = 56.9%

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 56.9%
G = 17.15%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88293E (or 0x88293E) is known color: Shiraz. HEX triplet: 88, 29 and 3E. RGB value is (136,41,62). Sum of RGB (Red+Green+Blue) = 136+41+62=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #88293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88293E is #77D6C1. Grayscale: #474747. Windows color (decimal): -7853762 or 4073864. OLE color: 4073864.

HSL color Cylindrical-coordinate representation of color #88293E: hue angle of 346.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88293E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 62 -
CMYK 0 0.70 0.54 0.47
HSL 346.74º 0.54% 0.35% -
HSV(B) 346.74º 0.7% 0.53% -
XYZ 11.82 7.17 5.32 -
YUV 71.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 136 41 62 0 0.70 0.54 0.47 346.74 0.54 0.35
Hex 88 29 3E 0 46 36 2F 15B 36 23
Octal 210 51 76 0 106 66 57 533 66 43
Binary 10001000 101001 111110 0 1000110 110110 101111 101011011 110110 100011

Color Harmonies of #88293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88293E

Black with #88293E

Text Example


Text Example

White with #88293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,41,62); }

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

background-color css

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

 a { background-color: rgb(136,41,62); }

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

border-color css

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

 span { border-color: rgb(136,41,62); }

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