Html Css Color HEX #88133B Shiraz

📋 copy color: '#88133B'

red 136 ◦ green 19 ◦ blue 59

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

Shades of Shiraz #88133B

Tints of Shiraz #88133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 63.55%
G = 8.88%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88133B (or 0x88133B) is known color: Shiraz. HEX triplet: 88, 13 and 3B. RGB value is (136,19,59). Sum of RGB (Red+Green+Blue) = 136+19+59=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88133B is #77ECC4. Grayscale: #3A3A3A. Windows color (decimal): -7859397 or 3871624. OLE color: 3871624.

HSL color Cylindrical-coordinate representation of color #88133B: hue angle of 339.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88133B is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 59 -
CMYK 0 0.86 0.57 0.47
HSL 339.49º 0.75% 0.3% -
HSV(B) 339.49º 0.86% 0.53% -
XYZ 11.18 6.02 4.71 -
YUV 58.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 136 19 59 0 0.86 0.57 0.47 339.49 0.75 0.3
Hex 88 13 3B 0 56 39 2F 153 4B 1E
Octal 210 23 73 0 126 71 57 523 113 36
Binary 10001000 10011 111011 0 1010110 111001 101111 101010011 1001011 11110

Color Harmonies of #88133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88133B

Black with #88133B

Text Example


Text Example

White with #88133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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