Html Css Color HEX #880A0F Sangria

📋 copy color: '#880A0F'

red 136 ◦ green 10 ◦ blue 15

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

Shades of Sangria #880A0F

Tints of Sangria #880A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

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

R = 84.47%
G = 6.21%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#880A0F (or 0x880A0F) is known color: Sangria. HEX triplet: 88, 0A and 0F. RGB value is (136,10,15). Sum of RGB (Red+Green+Blue) = 136+10+15=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A0F is #77F5F0. Grayscale: #303030. Windows color (decimal): -7861745 or 985736. OLE color: 985736.

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

Color convert

RGB 136 10 15 -
CMYK 0 0.93 0.89 0.47
HSL 357.62º 0.86% 0.29% -
HSV(B) 357.62º 0.93% 0.53% -
XYZ 10.35 5.49 0.97 -
YUV 48.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 136 10 15 0 0.93 0.89 0.47 357.62 0.86 0.29
Hex 88 A F 0 5D 59 2F 166 56 1D
Octal 210 12 17 0 135 131 57 546 126 35
Binary 10001000 1010 1111 0 1011101 1011001 101111 101100110 1010110 11101

Color Harmonies of #880A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A0F

Black with #880A0F

Text Example


Text Example

White with #880A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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