Html Css Color HEX #88213F Shiraz

📋 copy color: '#88213F'

red 136 ◦ green 33 ◦ blue 63

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

Shades of Shiraz #88213F

Tints of Shiraz #88213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 63 (25% from 255) = 27.16%

R = 58.62%
G = 14.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88213F (or 0x88213F) is known color: Shiraz. HEX triplet: 88, 21 and 3F. RGB value is (136,33,63). Sum of RGB (Red+Green+Blue) = 136+33+63=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88213F is #77DEC0. Grayscale: #434343. Windows color (decimal): -7855809 or 4137352. OLE color: 4137352.

HSL color Cylindrical-coordinate representation of color #88213F: hue angle of 342.52º degrees, saturation: 0.61, 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 #88213F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 63 -
CMYK 0 0.76 0.54 0.47
HSL 342.52º 0.61% 0.33% -
HSV(B) 342.52º 0.76% 0.53% -
XYZ 11.59 6.68 5.38 -
YUV 67.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 136 33 63 0 0.76 0.54 0.47 342.52 0.61 0.33
Hex 88 21 3F 0 4C 36 2F 157 3D 21
Octal 210 41 77 0 114 66 57 527 75 41
Binary 10001000 100001 111111 0 1001100 110110 101111 101010111 111101 100001

Color Harmonies of #88213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88213F

Black with #88213F

Text Example


Text Example

White with #88213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88213F; }

 p { color: rgb(136,33,63); }

 H1.HeaderClassName
 {
   color: #88213F;
 }
 .AnyTagClassName
 {
   color: #88213F;
 }
</style>

background-color css

<style>
 a { background-color: #88213F; }

 a { background-color: rgb(136,33,63); }

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

border-color css

<style>
 span { border-color: #88213F; }

 span { border-color: rgb(136,33,63); }

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