Html Css Color HEX #080007 Mardi Gras

📋 copy color: '#080007'

red 8 ◦ green 0 ◦ blue 7

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

Shades of Mardi Gras #080007

Tints of Mardi Gras #080007

RGB

 RED value IS 8 (3.52% from 255) = 53.33%

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

 BLUE value IS 7 (3.13% from 255) = 46.67%

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.97

RGB Variations

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

Color information

#080007 (or 0x080007) is known color: Mardi Gras. HEX triplet: 08, 00 and 07. RGB value is (8,0,7). Sum of RGB (Red+Green+Blue) = 8+0+7=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080007 is #F7FFF8. Grayscale: #030303. Windows color (decimal): -16252921 or 458760. OLE color: 458760.

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

Color convert

RGB 8 0 7 -
CMYK 0 1 0.13 0.97
HSL 307.5º 1% 0.02% -
HSV(B) 307.5º 1% 0.03% -
XYZ 0.14 0.07 0.21 -
YUV 3.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 8 0 7 0 1 0.13 0.97 307.5 1 0.02
Hex 8 0 7 0 64 D 61 134 64 2
Octal 10 0 7 0 144 15 141 464 144 2
Binary 1000 0 111 0 1100100 1101 1100001 100110100 1100100 10

Color Harmonies of #080007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080007

Black with #080007

Text Example


Text Example

White with #080007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080007; }

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

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

background-color css

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

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

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

border-color css

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

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

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