Html Css Color HEX #10050F Mardi Gras

📋 copy color: '#10050F'

red 16 ◦ green 5 ◦ blue 15

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

Shades of Mardi Gras #10050F

Tints of Mardi Gras #10050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 44.44%
G = 13.89%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10050F (or 0x10050F) is known color: Mardi Gras. HEX triplet: 10, 05 and 0F. RGB value is (16,5,15). Sum of RGB (Red+Green+Blue) = 16+5+15=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050F is #EFFAF0. Grayscale: #090909. Windows color (decimal): -15727345 or 984336. OLE color: 984336.

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

Color convert

RGB 16 5 15 -
CMYK 0 0.69 0.06 0.94
HSL 305.45º 0.52% 0.04% -
HSV(B) 305.45º 0.69% 0.06% -
XYZ 0.35 0.25 0.48 -
YUV 9.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 16 5 15 0 0.69 0.06 0.94 305.45 0.52 0.04
Hex 10 5 F 0 45 6 5E 131 34 4
Octal 20 5 17 0 105 6 136 461 64 4
Binary 10000 101 1111 0 1000101 110 1011110 100110001 110100 100

Color Harmonies of #10050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10050F

Black with #10050F

Text Example


Text Example

White with #10050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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