Html Css Color HEX #88193C Shiraz

📋 copy color: '#88193C'

red 136 ◦ green 25 ◦ blue 60

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

Shades of Shiraz #88193C

Tints of Shiraz #88193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 61.54%
G = 11.31%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88193C (or 0x88193C) is known color: Shiraz. HEX triplet: 88, 19 and 3C. RGB value is (136,25,60). Sum of RGB (Red+Green+Blue) = 136+25+60=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88193C is #77E6C3. Grayscale: #3E3E3E. Windows color (decimal): -7857860 or 3938696. OLE color: 3938696.

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

Color convert

RGB 136 25 60 -
CMYK 0 0.82 0.56 0.47
HSL 341.08º 0.69% 0.32% -
HSV(B) 341.08º 0.82% 0.53% -
XYZ 11.32 6.26 4.89 -
YUV 62.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 136 25 60 0 0.82 0.56 0.47 341.08 0.69 0.32
Hex 88 19 3C 0 52 38 2F 155 45 20
Octal 210 31 74 0 122 70 57 525 105 40
Binary 10001000 11001 111100 0 1010010 111000 101111 101010101 1000101 100000

Color Harmonies of #88193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88193C

Black with #88193C

Text Example


Text Example

White with #88193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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