Html Css Color HEX #88263C Shiraz

📋 copy color: '#88263C'

red 136 ◦ green 38 ◦ blue 60

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

Shades of Shiraz #88263C

Tints of Shiraz #88263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 58.12%
G = 16.24%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88263C (or 0x88263C) is known color: Shiraz. HEX triplet: 88, 26 and 3C. RGB value is (136,38,60). Sum of RGB (Red+Green+Blue) = 136+38+60=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88263C is #77D9C3. Grayscale: #454545. Windows color (decimal): -7854532 or 3942024. OLE color: 3942024.

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

Color convert

RGB 136 38 60 -
CMYK 0 0.72 0.56 0.47
HSL 346.53º 0.56% 0.34% -
HSV(B) 346.53º 0.72% 0.53% -
XYZ 11.66 6.95 5 -
YUV 69.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 136 38 60 0 0.72 0.56 0.47 346.53 0.56 0.34
Hex 88 26 3C 0 48 38 2F 15B 38 22
Octal 210 46 74 0 110 70 57 533 70 42
Binary 10001000 100110 111100 0 1001000 111000 101111 101011011 111000 100010

Color Harmonies of #88263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88263C

Black with #88263C

Text Example


Text Example

White with #88263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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