Html Css Color HEX #881F36 Shiraz

📋 copy color: '#881F36'

red 136 ◦ green 31 ◦ blue 54

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

Shades of Shiraz #881F36

Tints of Shiraz #881F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

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

R = 61.54%
G = 14.03%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#881F36 (or 0x881F36) is known color: Shiraz. HEX triplet: 88, 1F and 36. RGB value is (136,31,54). Sum of RGB (Red+Green+Blue) = 136+31+54=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #881F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F36 is #77E0C9. Grayscale: #414141. Windows color (decimal): -7856330 or 3547016. OLE color: 3547016.

HSL color Cylindrical-coordinate representation of color #881F36: hue angle of 346.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F36 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 31 54 -
CMYK 0 0.77 0.60 0.47
HSL 346.86º 0.63% 0.33% -
HSV(B) 346.86º 0.77% 0.53% -
XYZ 11.31 6.48 4.14 -
YUV 65.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 136 31 54 0 0.77 0.60 0.47 346.86 0.63 0.33
Hex 88 1F 36 0 4D 3C 2F 15B 3F 21
Octal 210 37 66 0 115 74 57 533 77 41
Binary 10001000 11111 110110 0 1001101 111100 101111 101011011 111111 100001

Color Harmonies of #881F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F36

Black with #881F36

Text Example


Text Example

White with #881F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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