Html Css Color HEX #880C13 Sangria

📋 copy color: '#880C13'

red 136 ◦ green 12 ◦ blue 19

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

Shades of Sangria #880C13

Tints of Sangria #880C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 81.44%
G = 7.19%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#880C13 (or 0x880C13) is known color: Sangria. HEX triplet: 88, 0C and 13. RGB value is (136,12,19). Sum of RGB (Red+Green+Blue) = 136+12+19=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880C13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C13 is #77F3EC. Grayscale: #313131. Windows color (decimal): -7861229 or 1248392. OLE color: 1248392.

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

Color convert

RGB 136 12 19 -
CMYK 0 0.91 0.86 0.47
HSL 356.61º 0.84% 0.29% -
HSV(B) 356.61º 0.91% 0.53% -
XYZ 10.4 5.54 1.14 -
YUV 49.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 136 12 19 0 0.91 0.86 0.47 356.61 0.84 0.29
Hex 88 C 13 0 5B 56 2F 165 54 1D
Octal 210 14 23 0 133 126 57 545 124 35
Binary 10001000 1100 10011 0 1011011 1010110 101111 101100101 1010100 11101

Color Harmonies of #880C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C13

Black with #880C13

Text Example


Text Example

White with #880C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,19); }

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

background-color css

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

 a { background-color: rgb(136,12,19); }

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

border-color css

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

 span { border-color: rgb(136,12,19); }

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