Html Css Color HEX #150414 Mardi Gras

📋 copy color: '#150414'

red 21 ◦ green 4 ◦ blue 20

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

Shades of Mardi Gras #150414

Tints of Mardi Gras #150414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.89%

 BLUE value IS 20 (8.2% from 255) = 44.44%

R = 46.67%
G = 8.89%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#150414 (or 0x150414) is known color: Mardi Gras. HEX triplet: 15, 04 and 14. RGB value is (21,4,20). Sum of RGB (Red+Green+Blue) = 21+4+20=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150414 is #EAFBEB. Grayscale: #0A0A0A. Windows color (decimal): -15399916 or 1311765. OLE color: 1311765.

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

Color convert

RGB 21 4 20 -
CMYK 0 0.81 0.05 0.92
HSL 303.53º 0.68% 0.05% -
HSV(B) 303.53º 0.81% 0.08% -
XYZ 0.48 0.3 0.69 -
YUV 10.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 21 4 20 0 0.81 0.05 0.92 303.53 0.68 0.05
Hex 15 4 14 0 51 5 5C 130 44 5
Octal 25 4 24 0 121 5 134 460 104 5
Binary 10101 100 10100 0 1010001 101 1011100 100110000 1000100 101

Color Harmonies of #150414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150414

Black with #150414

Text Example


Text Example

White with #150414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150414; }

 p { color: rgb(21,4,20); }

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

background-color css

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

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

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

border-color css

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

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

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