Html Css Color HEX #88263B Shiraz

📋 copy color: '#88263B'

red 136 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #88263B

Tints of Shiraz #88263B

RGB

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

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

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

R = 58.37%
G = 16.31%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88263B (or 0x88263B) is known color: Shiraz. HEX triplet: 88, 26 and 3B. RGB value is (136,38,59). Sum of RGB (Red+Green+Blue) = 136+38+59=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88263B is #77D9C4. Grayscale: #454545. Windows color (decimal): -7854533 or 3876488. OLE color: 3876488.

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

Color convert

RGB 136 38 59 -
CMYK 0 0.72 0.57 0.47
HSL 347.14º 0.56% 0.34% -
HSV(B) 347.14º 0.72% 0.53% -
XYZ 11.64 6.94 4.86 -
YUV 69.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 136 38 59 0 0.72 0.57 0.47 347.14 0.56 0.34
Hex 88 26 3B 0 48 39 2F 15B 38 22
Octal 210 46 73 0 110 71 57 533 70 42
Binary 10001000 100110 111011 0 1001000 111001 101111 101011011 111000 100010

Color Harmonies of #88263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88263B

Black with #88263B

Text Example


Text Example

White with #88263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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