Html Css Color HEX #800006 Sangria

📋 copy color: '#800006'

red 128 ◦ green 0 ◦ blue 6

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

Shades of Sangria #800006

Tints of Sangria #800006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.52%
G = 0%
B = 4.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#800006 (or 0x800006) is known color: Sangria. HEX triplet: 80, 00 and 06. RGB value is (128,0,6). Sum of RGB (Red+Green+Blue) = 128+0+6=134 (17% of max value = 765). Red value is 128 (50.39% from 255 or 95.52% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 128 - color contains mainly: red. Hex color #800006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800006 is #7FFFF9. Grayscale: #272727. Windows color (decimal): -8388602 or 393344. OLE color: 393344.

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

Color convert

RGB 128 0 6 -
CMYK 0 1 0.95 0.50
HSL 357.19º 1% 0.25% -
HSV(B) 357.19º 1% 0.5% -
XYZ 8.93 4.6 0.59 -
YUV 38.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 128 0 6 0 1 0.95 0.50 357.19 1 0.25
Hex 80 0 6 0 64 5F 32 165 64 19
Octal 200 0 6 0 144 137 62 545 144 31
Binary 10000000 0 110 0 1100100 1011111 110010 101100101 1100100 11001

Color Harmonies of #800006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800006

Black with #800006

Text Example


Text Example

White with #800006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800006; }

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

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

background-color css

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

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

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

border-color css

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

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

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