Html Css Color HEX #881736 Shiraz

📋 copy color: '#881736'

red 136 ◦ green 23 ◦ blue 54

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

Shades of Shiraz #881736

Tints of Shiraz #881736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 63.85%
G = 10.8%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#881736 (or 0x881736) is known color: Shiraz. HEX triplet: 88, 17 and 36. RGB value is (136,23,54). Sum of RGB (Red+Green+Blue) = 136+23+54=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #881736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881736 is #77E8C9. Grayscale: #3C3C3C. Windows color (decimal): -7858378 or 3544968. OLE color: 3544968.

HSL color Cylindrical-coordinate representation of color #881736: hue angle of 343.54º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881736 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 54 -
CMYK 0 0.83 0.60 0.47
HSL 343.54º 0.71% 0.31% -
HSV(B) 343.54º 0.83% 0.53% -
XYZ 11.13 6.11 4.08 -
YUV 60.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 136 23 54 0 0.83 0.60 0.47 343.54 0.71 0.31
Hex 88 17 36 0 53 3C 2F 158 47 1F
Octal 210 27 66 0 123 74 57 530 107 37
Binary 10001000 10111 110110 0 1010011 111100 101111 101011000 1000111 11111

Color Harmonies of #881736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881736

Black with #881736

Text Example


Text Example

White with #881736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881736; }

 p { color: rgb(136,23,54); }

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

background-color css

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

 a { background-color: rgb(136,23,54); }

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

border-color css

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

 span { border-color: rgb(136,23,54); }

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