Html Css Color HEX #070006 Mardi Gras

📋 copy color: '#070006'

red 7 ◦ green 0 ◦ blue 6

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

Shades of Mardi Gras #070006

Tints of Mardi Gras #070006

RGB

 RED value IS 7 (3.13% from 255) = 53.85%

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

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

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.97

RGB Variations

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

Color information

#070006 (or 0x070006) is known color: Mardi Gras. HEX triplet: 07, 00 and 06. RGB value is (7,0,6). Sum of RGB (Red+Green+Blue) = 7+0+6=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 6 (2.73% from 255 or 46.15% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070006 is #F8FFF9. Grayscale: #020202. Windows color (decimal): -16318458 or 393223. OLE color: 393223.

HSL color Cylindrical-coordinate representation of color #070006: hue angle of 308.57º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070006 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.97.

Color convert

RGB 7 0 6 -
CMYK 0 1 0.14 0.97
HSL 308.57º 1% 0.01% -
HSV(B) 308.57º 1% 0.03% -
XYZ 0.12 0.06 0.18 -
YUV 2.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 7 0 6 0 1 0.14 0.97 308.57 1 0.01
Hex 7 0 6 0 64 E 61 135 64 1
Octal 7 0 6 0 144 16 141 465 144 1
Binary 111 0 110 0 1100100 1110 1100001 100110101 1100100 1

Color Harmonies of #070006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070006

Black with #070006

Text Example


Text Example

White with #070006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070006; }

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

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

background-color css

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

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

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

border-color css

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

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

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