Html Css Color HEX #080708 Mardi Gras

📋 copy color: '#080708'

red 8 ◦ green 7 ◦ blue 8

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

Shades of Mardi Gras #080708

Tints of Mardi Gras #080708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 30.43%

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

R = 34.78%
G = 30.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#080708 (or 0x080708) is known color: Mardi Gras. HEX triplet: 08, 07 and 08. RGB value is (8,7,8). Sum of RGB (Red+Green+Blue) = 8+7+8=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080708 is #F7F8F7. Grayscale: #070707. Windows color (decimal): -16251128 or 526088. OLE color: 526088.

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

Color convert

RGB 8 7 8 -
CMYK 0 0.13 0 0.97
HSL 300º 0.07% 0.03% -
HSV(B) 300º 0.13% 0.03% -
XYZ 0.22 0.22 0.26 -
YUV 7.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 8 7 8 0 0.13 0 0.97 300 0.07 0.03
Hex 8 7 8 0 D 0 61 12C 7 3
Octal 10 7 10 0 15 0 141 454 7 3
Binary 1000 111 1000 0 1101 0 1100001 100101100 111 11

Color Harmonies of #080708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080708

Black with #080708

Text Example


Text Example

White with #080708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080708; }

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

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

background-color css

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

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

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

border-color css

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

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

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