Html Css Color HEX #881838 Shiraz

📋 copy color: '#881838'

red 136 ◦ green 24 ◦ blue 56

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

Shades of Shiraz #881838

Tints of Shiraz #881838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 62.96%
G = 11.11%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#881838 (or 0x881838) is known color: Shiraz. HEX triplet: 88, 18 and 38. RGB value is (136,24,56). Sum of RGB (Red+Green+Blue) = 136+24+56=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #881838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881838 is #77E7C7. Grayscale: #3D3D3D. Windows color (decimal): -7858120 or 3676296. OLE color: 3676296.

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

Color convert

RGB 136 24 56 -
CMYK 0 0.82 0.59 0.47
HSL 342.86º 0.7% 0.31% -
HSV(B) 342.86º 0.82% 0.53% -
XYZ 11.19 6.17 4.34 -
YUV 61.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 136 24 56 0 0.82 0.59 0.47 342.86 0.7 0.31
Hex 88 18 38 0 52 3B 2F 157 46 1F
Octal 210 30 70 0 122 73 57 527 106 37
Binary 10001000 11000 111000 0 1010010 111011 101111 101010111 1000110 11111

Color Harmonies of #881838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881838

Black with #881838

Text Example


Text Example

White with #881838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881838; }

 p { color: rgb(136,24,56); }

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

background-color css

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

 a { background-color: rgb(136,24,56); }

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

border-color css

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

 span { border-color: rgb(136,24,56); }

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