Html Css Color HEX #150815 Mardi Gras

📋 copy color: '#150815'

red 21 ◦ green 8 ◦ blue 21

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

Shades of Mardi Gras #150815

Tints of Mardi Gras #150815

RGB

 RED value IS 21 (8.59% from 255) = 42%

 GREEN value IS 8 (3.52% from 255) = 16%

 BLUE value IS 21 (8.59% from 255) = 42%

R = 42%
G = 16%
B = 42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150815 (or 0x150815) is known color: Mardi Gras. HEX triplet: 15, 08 and 15. RGB value is (21,8,21). Sum of RGB (Red+Green+Blue) = 21+8+21=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150815 is #EAF7EA. Grayscale: #0D0D0D. Windows color (decimal): -15398891 or 1378325. OLE color: 1378325.

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

Color convert

RGB 21 8 21 -
CMYK 0 0.62 0 0.92
HSL 300º 0.45% 0.06% -
HSV(B) 300º 0.62% 0.08% -
XYZ 0.53 0.39 0.76 -
YUV 13.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 21 8 21 0 0.62 0 0.92 300 0.45 0.06
Hex 15 8 15 0 3E 0 5C 12C 2D 6
Octal 25 10 25 0 76 0 134 454 55 6
Binary 10101 1000 10101 0 111110 0 1011100 100101100 101101 110

Color Harmonies of #150815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150815

Black with #150815

Text Example


Text Example

White with #150815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150815; }

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

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

background-color css

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

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

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

border-color css

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

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

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