Html Css Color HEX #88223B Shiraz

📋 copy color: '#88223B'

red 136 ◦ green 34 ◦ blue 59

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

Shades of Shiraz #88223B

Tints of Shiraz #88223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 59.39%
G = 14.85%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88223B (or 0x88223B) is known color: Shiraz. HEX triplet: 88, 22 and 3B. RGB value is (136,34,59). Sum of RGB (Red+Green+Blue) = 136+34+59=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88223B is #77DDC4. Grayscale: #434343. Windows color (decimal): -7855557 or 3875464. OLE color: 3875464.

HSL color Cylindrical-coordinate representation of color #88223B: hue angle of 345.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88223B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 59 -
CMYK 0 0.75 0.57 0.47
HSL 345.29º 0.6% 0.33% -
HSV(B) 345.29º 0.75% 0.53% -
XYZ 11.51 6.69 4.82 -
YUV 67.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 136 34 59 0 0.75 0.57 0.47 345.29 0.6 0.33
Hex 88 22 3B 0 4B 39 2F 159 3C 21
Octal 210 42 73 0 113 71 57 531 74 41
Binary 10001000 100010 111011 0 1001011 111001 101111 101011001 111100 100001

Color Harmonies of #88223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88223B

Black with #88223B

Text Example


Text Example

White with #88223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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