Html Css Color HEX #800408 Sangria

📋 copy color: '#800408'

red 128 ◦ green 4 ◦ blue 8

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

Shades of Sangria #800408

Tints of Sangria #800408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 91.43%
G = 2.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#800408 (or 0x800408) is known color: Sangria. HEX triplet: 80, 04 and 08. RGB value is (128,4,8). Sum of RGB (Red+Green+Blue) = 128+4+8=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #800408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800408 is #7FFBF7. Grayscale: #292929. Windows color (decimal): -8387576 or 525440. OLE color: 525440.

HSL color Cylindrical-coordinate representation of color #800408: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800408 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 8 -
CMYK 0 0.97 0.94 0.50
HSL 358.06º 0.94% 0.26% -
HSV(B) 358.06º 0.97% 0.5% -
XYZ 8.99 4.69 0.66 -
YUV 41.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 128 4 8 0 0.97 0.94 0.50 358.06 0.94 0.26
Hex 80 4 8 0 61 5E 32 166 5E 1A
Octal 200 4 10 0 141 136 62 546 136 32
Binary 10000000 100 1000 0 1100001 1011110 110010 101100110 1011110 11010

Color Harmonies of #800408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800408

Black with #800408

Text Example


Text Example

White with #800408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800408; }

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

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

background-color css

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

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

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

border-color css

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

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

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