Html Css Color HEX #880106 Sangria

📋 copy color: '#880106'

red 136 ◦ green 1 ◦ blue 6

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

Shades of Sangria #880106

Tints of Sangria #880106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 6 (2.73% from 255) = 4.2%

R = 95.1%
G = 0.7%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880106 (or 0x880106) is known color: Sangria. HEX triplet: 88, 01 and 06. RGB value is (136,1,6). Sum of RGB (Red+Green+Blue) = 136+1+6=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880106 is #77FEF9. Grayscale: #2A2A2A. Windows color (decimal): -7864058 or 393608. OLE color: 393608.

HSL color Cylindrical-coordinate representation of color #880106: hue angle of 357.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 6 -
CMYK 0 0.99 0.96 0.47
HSL 357.78º 0.99% 0.27% -
HSV(B) 357.78º 0.99% 0.53% -
XYZ 10.2 5.27 0.65 -
YUV 41.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 136 1 6 0 0.99 0.96 0.47 357.78 0.99 0.27
Hex 88 1 6 0 63 60 2F 166 63 1B
Octal 210 1 6 0 143 140 57 546 143 33
Binary 10001000 1 110 0 1100011 1100000 101111 101100110 1100011 11011

Color Harmonies of #880106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880106

Black with #880106

Text Example


Text Example

White with #880106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880106; }

 p { color: rgb(136,1,6); }

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

background-color css

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

 a { background-color: rgb(136,1,6); }

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

border-color css

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

 span { border-color: rgb(136,1,6); }

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