Html Css Color HEX #880915 Sangria

📋 copy color: '#880915'

red 136 ◦ green 9 ◦ blue 21

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

Shades of Sangria #880915

Tints of Sangria #880915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 81.93%
G = 5.42%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880915 (or 0x880915) is known color: Sangria. HEX triplet: 88, 09 and 15. RGB value is (136,9,21). Sum of RGB (Red+Green+Blue) = 136+9+21=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880915 is #77F6EA. Grayscale: #303030. Windows color (decimal): -7861995 or 1378696. OLE color: 1378696.

HSL color Cylindrical-coordinate representation of color #880915: hue angle of 354.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880915 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 21 -
CMYK 0 0.93 0.85 0.47
HSL 354.33º 0.88% 0.28% -
HSV(B) 354.33º 0.93% 0.53% -
XYZ 10.39 5.48 1.22 -
YUV 48.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 136 9 21 0 0.93 0.85 0.47 354.33 0.88 0.28
Hex 88 9 15 0 5D 55 2F 162 58 1C
Octal 210 11 25 0 135 125 57 542 130 34
Binary 10001000 1001 10101 0 1011101 1010101 101111 101100010 1011000 11100

Color Harmonies of #880915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880915

Black with #880915

Text Example


Text Example

White with #880915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880915; }

 p { color: rgb(136,9,21); }

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

background-color css

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

 a { background-color: rgb(136,9,21); }

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

border-color css

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

 span { border-color: rgb(136,9,21); }

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