Html Css Color HEX #800108 Sangria

📋 copy color: '#800108'

red 128 ◦ green 1 ◦ blue 8

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

Shades of Sangria #800108

Tints of Sangria #800108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 93.43%
G = 0.73%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#800108 (or 0x800108) is known color: Sangria. HEX triplet: 80, 01 and 08. RGB value is (128,1,8). Sum of RGB (Red+Green+Blue) = 128+1+8=137 (18% of max value = 765). Red value is 128 (50.39% from 255 or 93.43% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 128 - color contains mainly: red. Hex color #800108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800108 is #7FFEF7. Grayscale: #272727. Windows color (decimal): -8388344 or 524672. OLE color: 524672.

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

Color convert

RGB 128 1 8 -
CMYK 0 0.99 0.94 0.50
HSL 356.69º 0.98% 0.25% -
HSV(B) 356.69º 0.99% 0.5% -
XYZ 8.96 4.63 0.65 -
YUV 39.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 128 1 8 0 0.99 0.94 0.50 356.69 0.98 0.25
Hex 80 1 8 0 63 5E 32 165 62 19
Octal 200 1 10 0 143 136 62 545 142 31
Binary 10000000 1 1000 0 1100011 1011110 110010 101100101 1100010 11001

Color Harmonies of #800108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800108

Black with #800108

Text Example


Text Example

White with #800108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800108; }

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

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

background-color css

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

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

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

border-color css

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

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

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