Html Css Color HEX #881939 Shiraz

📋 copy color: '#881939'

red 136 ◦ green 25 ◦ blue 57

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

Shades of Shiraz #881939

Tints of Shiraz #881939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 62.39%
G = 11.47%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#881939 (or 0x881939) is known color: Shiraz. HEX triplet: 88, 19 and 39. RGB value is (136,25,57). Sum of RGB (Red+Green+Blue) = 136+25+57=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #881939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881939 is #77E6C6. Grayscale: #3D3D3D. Windows color (decimal): -7857863 or 3742088. OLE color: 3742088.

HSL color Cylindrical-coordinate representation of color #881939: hue angle of 342.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881939 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 57 -
CMYK 0 0.82 0.58 0.47
HSL 342.7º 0.69% 0.32% -
HSV(B) 342.7º 0.82% 0.53% -
XYZ 11.24 6.22 4.48 -
YUV 61.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 136 25 57 0 0.82 0.58 0.47 342.7 0.69 0.32
Hex 88 19 39 0 52 3A 2F 157 45 20
Octal 210 31 71 0 122 72 57 527 105 40
Binary 10001000 11001 111001 0 1010010 111010 101111 101010111 1000101 100000

Color Harmonies of #881939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881939

Black with #881939

Text Example


Text Example

White with #881939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881939; }

 p { color: rgb(136,25,57); }

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

background-color css

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

 a { background-color: rgb(136,25,57); }

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

border-color css

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

 span { border-color: rgb(136,25,57); }

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