Html Css Color HEX #88263D Shiraz

📋 copy color: '#88263D'

red 136 ◦ green 38 ◦ blue 61

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

Shades of Shiraz #88263D

Tints of Shiraz #88263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 57.87%
G = 16.17%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88263D (or 0x88263D) is known color: Shiraz. HEX triplet: 88, 26 and 3D. RGB value is (136,38,61). Sum of RGB (Red+Green+Blue) = 136+38+61=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88263D is #77D9C2. Grayscale: #454545. Windows color (decimal): -7854531 or 4007560. OLE color: 4007560.

HSL color Cylindrical-coordinate representation of color #88263D: hue angle of 345.92º 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 #88263D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 61 -
CMYK 0 0.72 0.55 0.47
HSL 345.92º 0.56% 0.34% -
HSV(B) 345.92º 0.72% 0.53% -
XYZ 11.69 6.96 5.14 -
YUV 69.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 136 38 61 0 0.72 0.55 0.47 345.92 0.56 0.34
Hex 88 26 3D 0 48 37 2F 15A 38 22
Octal 210 46 75 0 110 67 57 532 70 42
Binary 10001000 100110 111101 0 1001000 110111 101111 101011010 111000 100010

Color Harmonies of #88263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88263D

Black with #88263D

Text Example


Text Example

White with #88263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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