Html Css Color HEX #800508 Sangria

📋 copy color: '#800508'

red 128 ◦ green 5 ◦ blue 8

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

Shades of Sangria #800508

Tints of Sangria #800508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 90.78%
G = 3.55%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#800508 (or 0x800508) is known color: Sangria. HEX triplet: 80, 05 and 08. RGB value is (128,5,8). Sum of RGB (Red+Green+Blue) = 128+5+8=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #800508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800508 is #7FFAF7. Grayscale: #2A2A2A. Windows color (decimal): -8387320 or 525696. OLE color: 525696.

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

Color convert

RGB 128 5 8 -
CMYK 0 0.96 0.94 0.50
HSL 358.54º 0.92% 0.26% -
HSV(B) 358.54º 0.96% 0.5% -
XYZ 9 4.72 0.67 -
YUV 42.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 128 5 8 0 0.96 0.94 0.50 358.54 0.92 0.26
Hex 80 5 8 0 60 5E 32 167 5C 1A
Octal 200 5 10 0 140 136 62 547 134 32
Binary 10000000 101 1000 0 1100000 1011110 110010 101100111 1011100 11010

Color Harmonies of #800508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800508

Black with #800508

Text Example


Text Example

White with #800508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800508; }

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

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

background-color css

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

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

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

border-color css

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

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

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