Html Css Color HEX #880A14 Sangria

📋 copy color: '#880A14'

red 136 ◦ green 10 ◦ blue 20

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

Shades of Sangria #880A14

Tints of Sangria #880A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 81.93%
G = 6.02%
B = 12.05%

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

#880A14 (or 0x880A14) is known color: Sangria. HEX triplet: 88, 0A and 14. RGB value is (136,10,20). Sum of RGB (Red+Green+Blue) = 136+10+20=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A14 is #77F5EB. Grayscale: #303030. Windows color (decimal): -7861740 or 1313416. OLE color: 1313416.

HSL color Cylindrical-coordinate representation of color #880A14: hue angle of 355.24º 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 #880A14 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 20 -
CMYK 0 0.93 0.85 0.47
HSL 355.24º 0.86% 0.29% -
HSV(B) 355.24º 0.93% 0.53% -
XYZ 10.39 5.5 1.18 -
YUV 48.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 136 10 20 0 0.93 0.85 0.47 355.24 0.86 0.29
Hex 88 A 14 0 5D 55 2F 163 56 1D
Octal 210 12 24 0 135 125 57 543 126 35
Binary 10001000 1010 10100 0 1011101 1010101 101111 101100011 1010110 11101

Color Harmonies of #880A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A14

Black with #880A14

Text Example


Text Example

White with #880A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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