Html Css Color HEX #800506 Sangria

📋 copy color: '#800506'

red 128 ◦ green 5 ◦ blue 6

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

Shades of Sangria #800506

Tints of Sangria #800506

RGB

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

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

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

R = 92.09%
G = 3.6%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#800506 (or 0x800506) is known color: Sangria. HEX triplet: 80, 05 and 06. RGB value is (128,5,6). Sum of RGB (Red+Green+Blue) = 128+5+6=139 (18% of max value = 765). Red value is 128 (50.39% from 255 or 92.09% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 128 - color contains mainly: red. Hex color #800506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800506 is #7FFAF9. Grayscale: #2A2A2A. Windows color (decimal): -8387322 or 394624. OLE color: 394624.

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

Color convert

RGB 128 5 6 -
CMYK 0 0.96 0.95 0.50
HSL 359.51º 0.92% 0.26% -
HSV(B) 359.51º 0.96% 0.5% -
XYZ 8.99 4.71 0.61 -
YUV 41.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 128 5 6 0 0.96 0.95 0.50 359.51 0.92 0.26
Hex 80 5 6 0 60 5F 32 168 5C 1A
Octal 200 5 6 0 140 137 62 550 134 32
Binary 10000000 101 110 0 1100000 1011111 110010 101101000 1011100 11010

Color Harmonies of #800506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800506

Black with #800506

Text Example


Text Example

White with #800506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800506; }

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

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

background-color css

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

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

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

border-color css

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

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

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