Html Css Color HEX #88293B Shiraz

📋 copy color: '#88293B'

red 136 ◦ green 41 ◦ blue 59

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

Shades of Shiraz #88293B

Tints of Shiraz #88293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25%

R = 57.63%
G = 17.37%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88293B (or 0x88293B) is known color: Shiraz. HEX triplet: 88, 29 and 3B. RGB value is (136,41,59). Sum of RGB (Red+Green+Blue) = 136+41+59=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88293B is #77D6C4. Grayscale: #474747. Windows color (decimal): -7853765 or 3877256. OLE color: 3877256.

HSL color Cylindrical-coordinate representation of color #88293B: hue angle of 348.63º 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 #88293B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 59 -
CMYK 0 0.70 0.57 0.47
HSL 348.63º 0.54% 0.35% -
HSV(B) 348.63º 0.7% 0.53% -
XYZ 11.74 7.14 4.9 -
YUV 71.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 136 41 59 0 0.70 0.57 0.47 348.63 0.54 0.35
Hex 88 29 3B 0 46 39 2F 15D 36 23
Octal 210 51 73 0 106 71 57 535 66 43
Binary 10001000 101001 111011 0 1000110 111001 101111 101011101 110110 100011

Color Harmonies of #88293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88293B

Black with #88293B

Text Example


Text Example

White with #88293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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