Html Css Color HEX #880E0F Sangria

📋 copy color: '#880E0F'

red 136 ◦ green 14 ◦ blue 15

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

Shades of Sangria #880E0F

Tints of Sangria #880E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.48%

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 82.42%
G = 8.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#880E0F (or 0x880E0F) is known color: Sangria. HEX triplet: 88, 0E and 0F. RGB value is (136,14,15). Sum of RGB (Red+Green+Blue) = 136+14+15=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E0F is #77F1F0. Grayscale: #323232. Windows color (decimal): -7860721 or 986760. OLE color: 986760.

HSL color Cylindrical-coordinate representation of color #880E0F: hue angle of 359.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E0F is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 15 -
CMYK 0 0.90 0.89 0.47
HSL 359.51º 0.81% 0.29% -
HSV(B) 359.51º 0.9% 0.53% -
XYZ 10.4 5.58 0.98 -
YUV 50.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 136 14 15 0 0.90 0.89 0.47 359.51 0.81 0.29
Hex 88 E F 0 5A 59 2F 168 51 1D
Octal 210 16 17 0 132 131 57 550 121 35
Binary 10001000 1110 1111 0 1011010 1011001 101111 101101000 1010001 11101

Color Harmonies of #880E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E0F

Black with #880E0F

Text Example


Text Example

White with #880E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880E0F; }

 p { color: rgb(136,14,15); }

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

background-color css

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

 a { background-color: rgb(136,14,15); }

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

border-color css

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

 span { border-color: rgb(136,14,15); }

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