Html Css Color HEX #880C0D Sangria

📋 copy color: '#880C0D'

red 136 ◦ green 12 ◦ blue 13

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

Shades of Sangria #880C0D

Tints of Sangria #880C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 84.47%
G = 7.45%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#880C0D (or 0x880C0D) is known color: Sangria. HEX triplet: 88, 0C and 0D. RGB value is (136,12,13). Sum of RGB (Red+Green+Blue) = 136+12+13=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C0D is #77F3F2. Grayscale: #313131. Windows color (decimal): -7861235 or 855176. OLE color: 855176.

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

Color convert

RGB 136 12 13 -
CMYK 0 0.91 0.90 0.47
HSL 359.52º 0.84% 0.29% -
HSV(B) 359.52º 0.91% 0.53% -
XYZ 10.36 5.53 0.9 -
YUV 49.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 136 12 13 0 0.91 0.90 0.47 359.52 0.84 0.29
Hex 88 C D 0 5B 5A 2F 168 54 1D
Octal 210 14 15 0 133 132 57 550 124 35
Binary 10001000 1100 1101 0 1011011 1011010 101111 101101000 1010100 11101

Color Harmonies of #880C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C0D

Black with #880C0D

Text Example


Text Example

White with #880C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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