Html Css Color HEX #800106 Sangria

📋 copy color: '#800106'

red 128 ◦ green 1 ◦ blue 6

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

Shades of Sangria #800106

Tints of Sangria #800106

RGB

 RED value IS 128 (50.39% from 255) = 94.81%

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

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

R = 94.81%
G = 0.74%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#800106 (or 0x800106) is known color: Sangria. HEX triplet: 80, 01 and 06. RGB value is (128,1,6). Sum of RGB (Red+Green+Blue) = 128+1+6=135 (17% of max value = 765). Red value is 128 (50.39% from 255 or 94.81% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 128 - color contains mainly: red. Hex color #800106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800106 is #7FFEF9. Grayscale: #272727. Windows color (decimal): -8388346 or 393600. OLE color: 393600.

HSL color Cylindrical-coordinate representation of color #800106: hue angle of 357.64º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800106 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 6 -
CMYK 0 0.99 0.95 0.50
HSL 357.64º 0.98% 0.25% -
HSV(B) 357.64º 0.99% 0.5% -
XYZ 8.95 4.62 0.59 -
YUV 39.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 128 1 6 0 0.99 0.95 0.50 357.64 0.98 0.25
Hex 80 1 6 0 63 5F 32 166 62 19
Octal 200 1 6 0 143 137 62 546 142 31
Binary 10000000 1 110 0 1100011 1011111 110010 101100110 1100010 11001

Color Harmonies of #800106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800106

Black with #800106

Text Example


Text Example

White with #800106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800106; }

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

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

background-color css

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

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

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

border-color css

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

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

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