Html Css Color HEX #88203D Shiraz

📋 copy color: '#88203D'

red 136 ◦ green 32 ◦ blue 61

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

Shades of Shiraz #88203D

Tints of Shiraz #88203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

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

R = 59.39%
G = 13.97%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88203D (or 0x88203D) is known color: Shiraz. HEX triplet: 88, 20 and 3D. RGB value is (136,32,61). Sum of RGB (Red+Green+Blue) = 136+32+61=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88203D is #77DFC2. Grayscale: #424242. Windows color (decimal): -7856067 or 4006024. OLE color: 4006024.

HSL color Cylindrical-coordinate representation of color #88203D: hue angle of 343.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88203D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 61 -
CMYK 0 0.76 0.55 0.47
HSL 343.27º 0.62% 0.33% -
HSV(B) 343.27º 0.76% 0.53% -
XYZ 11.51 6.6 5.08 -
YUV 66.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 136 32 61 0 0.76 0.55 0.47 343.27 0.62 0.33
Hex 88 20 3D 0 4C 37 2F 157 3E 21
Octal 210 40 75 0 114 67 57 527 76 41
Binary 10001000 100000 111101 0 1001100 110111 101111 101010111 111110 100001

Color Harmonies of #88203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88203D

Black with #88203D

Text Example


Text Example

White with #88203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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