Html Css Color HEX #800107 Sangria

📋 copy color: '#800107'

red 128 ◦ green 1 ◦ blue 7

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

Shades of Sangria #800107

Tints of Sangria #800107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 94.12%
G = 0.74%
B = 5.15%

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

#800107 (or 0x800107) is known color: Sangria. HEX triplet: 80, 01 and 07. RGB value is (128,1,7). Sum of RGB (Red+Green+Blue) = 128+1+7=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800107 is #7FFEF8. Grayscale: #272727. Windows color (decimal): -8388345 or 459136. OLE color: 459136.

HSL color Cylindrical-coordinate representation of color #800107: hue angle of 357.17º 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 #800107 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 7 -
CMYK 0 0.99 0.95 0.50
HSL 357.17º 0.98% 0.25% -
HSV(B) 357.17º 0.99% 0.5% -
XYZ 8.95 4.63 0.62 -
YUV 39.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 128 1 7 0 0.99 0.95 0.50 357.17 0.98 0.25
Hex 80 1 7 0 63 5F 32 165 62 19
Octal 200 1 7 0 143 137 62 545 142 31
Binary 10000000 1 111 0 1100011 1011111 110010 101100101 1100010 11001

Color Harmonies of #800107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800107

Black with #800107

Text Example


Text Example

White with #800107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800107; }

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

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

background-color css

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

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

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

border-color css

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

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

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