Html Css Color HEX #150513 Mardi Gras

📋 copy color: '#150513'

red 21 ◦ green 5 ◦ blue 19

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

Shades of Mardi Gras #150513

Tints of Mardi Gras #150513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 42.22%

R = 46.67%
G = 11.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150513 (or 0x150513) is known color: Mardi Gras. HEX triplet: 15, 05 and 13. RGB value is (21,5,19). Sum of RGB (Red+Green+Blue) = 21+5+19=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150513 is #EAFAEC. Grayscale: #0B0B0B. Windows color (decimal): -15399661 or 1246485. OLE color: 1246485.

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

Color convert

RGB 21 5 19 -
CMYK 0 0.76 0.10 0.92
HSL 307.5º 0.62% 0.05% -
HSV(B) 307.5º 0.76% 0.08% -
XYZ 0.48 0.31 0.65 -
YUV 11.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 21 5 19 0 0.76 0.10 0.92 307.5 0.62 0.05
Hex 15 5 13 0 4C A 5C 134 3E 5
Octal 25 5 23 0 114 12 134 464 76 5
Binary 10101 101 10011 0 1001100 1010 1011100 100110100 111110 101

Color Harmonies of #150513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150513

Black with #150513

Text Example


Text Example

White with #150513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150513; }

 p { color: rgb(21,5,19); }

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

background-color css

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

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

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

border-color css

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

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

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