Html Css Color HEX #10060F Mardi Gras

📋 copy color: '#10060F'

red 16 ◦ green 6 ◦ blue 15

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

Shades of Mardi Gras #10060F

Tints of Mardi Gras #10060F

RGB

 RED value IS 16 (6.64% from 255) = 43.24%

 GREEN value IS 6 (2.73% from 255) = 16.22%

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 43.24%
G = 16.22%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10060F (or 0x10060F) is known color: Mardi Gras. HEX triplet: 10, 06 and 0F. RGB value is (16,6,15). Sum of RGB (Red+Green+Blue) = 16+6+15=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #10060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060F is #EFF9F0. Grayscale: #090909. Windows color (decimal): -15727089 or 984592. OLE color: 984592.

HSL color Cylindrical-coordinate representation of color #10060F: hue angle of 306º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10060F is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 6 15 -
CMYK 0 0.62 0.06 0.94
HSL 306º 0.45% 0.04% -
HSV(B) 306º 0.63% 0.06% -
XYZ 0.37 0.27 0.49 -
YUV 10.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 16 6 15 0 0.62 0.06 0.94 306 0.45 0.04
Hex 10 6 F 0 3E 6 5E 132 2D 4
Octal 20 6 17 0 76 6 136 462 55 4
Binary 10000 110 1111 0 111110 110 1011110 100110010 101101 100

Color Harmonies of #10060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10060F

Black with #10060F

Text Example


Text Example

White with #10060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10060F; }

 p { color: rgb(16,6,15); }

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

background-color css

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

 a { background-color: rgb(16,6,15); }

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

border-color css

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

 span { border-color: rgb(16,6,15); }

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