Html Css Color HEX #88153C Shiraz

📋 copy color: '#88153C'

red 136 ◦ green 21 ◦ blue 60

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

Shades of Shiraz #88153C

Tints of Shiraz #88153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 62.67%
G = 9.68%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88153C (or 0x88153C) is known color: Shiraz. HEX triplet: 88, 15 and 3C. RGB value is (136,21,60). Sum of RGB (Red+Green+Blue) = 136+21+60=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88153C is #77EAC3. Grayscale: #3B3B3B. Windows color (decimal): -7858884 or 3937672. OLE color: 3937672.

HSL color Cylindrical-coordinate representation of color #88153C: hue angle of 339.65º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88153C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 60 -
CMYK 0 0.85 0.56 0.47
HSL 339.65º 0.73% 0.31% -
HSV(B) 339.65º 0.85% 0.53% -
XYZ 11.24 6.1 4.86 -
YUV 59.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 136 21 60 0 0.85 0.56 0.47 339.65 0.73 0.31
Hex 88 15 3C 0 55 38 2F 154 49 1F
Octal 210 25 74 0 125 70 57 524 111 37
Binary 10001000 10101 111100 0 1010101 111000 101111 101010100 1001001 11111

Color Harmonies of #88153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88153C

Black with #88153C

Text Example


Text Example

White with #88153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88153C; }

 p { color: rgb(136,21,60); }

 H1.HeaderClassName
 {
   color: #88153C;
 }
 .AnyTagClassName
 {
   color: #88153C;
 }
</style>

background-color css

<style>
 a { background-color: #88153C; }

 a { background-color: rgb(136,21,60); }

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

border-color css

<style>
 span { border-color: #88153C; }

 span { border-color: rgb(136,21,60); }

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