Html Css Color HEX #881937 Shiraz

📋 copy color: '#881937'

red 136 ◦ green 25 ◦ blue 55

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

Shades of Shiraz #881937

Tints of Shiraz #881937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 62.96%
G = 11.57%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#881937 (or 0x881937) is known color: Shiraz. HEX triplet: 88, 19 and 37. RGB value is (136,25,55). Sum of RGB (Red+Green+Blue) = 136+25+55=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #881937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881937 is #77E6C8. Grayscale: #3D3D3D. Windows color (decimal): -7857865 or 3611016. OLE color: 3611016.

HSL color Cylindrical-coordinate representation of color #881937: hue angle of 343.78º 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 #881937 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 55 -
CMYK 0 0.82 0.60 0.47
HSL 343.78º 0.69% 0.32% -
HSV(B) 343.78º 0.82% 0.53% -
XYZ 11.19 6.21 4.22 -
YUV 61.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 136 25 55 0 0.82 0.60 0.47 343.78 0.69 0.32
Hex 88 19 37 0 52 3C 2F 158 45 20
Octal 210 31 67 0 122 74 57 530 105 40
Binary 10001000 11001 110111 0 1010010 111100 101111 101011000 1000101 100000

Color Harmonies of #881937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881937

Black with #881937

Text Example


Text Example

White with #881937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881937; }

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

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

background-color css

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

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

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

border-color css

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

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

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