Html Css Color HEX #150713 Mardi Gras

📋 copy color: '#150713'

red 21 ◦ green 7 ◦ blue 19

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

Shades of Mardi Gras #150713

Tints of Mardi Gras #150713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

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

R = 44.68%
G = 14.89%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150713 (or 0x150713) is known color: Mardi Gras. HEX triplet: 15, 07 and 13. RGB value is (21,7,19). Sum of RGB (Red+Green+Blue) = 21+7+19=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150713 is #EAF8EC. Grayscale: #0C0C0C. Windows color (decimal): -15399149 or 1246997. OLE color: 1246997.

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

Color convert

RGB 21 7 19 -
CMYK 0 0.67 0.10 0.92
HSL 308.57º 0.5% 0.05% -
HSV(B) 308.57º 0.67% 0.08% -
XYZ 0.5 0.36 0.66 -
YUV 12.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 21 7 19 0 0.67 0.10 0.92 308.57 0.5 0.05
Hex 15 7 13 0 43 A 5C 135 32 5
Octal 25 7 23 0 103 12 134 465 62 5
Binary 10101 111 10011 0 1000011 1010 1011100 100110101 110010 101

Color Harmonies of #150713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150713

Black with #150713

Text Example


Text Example

White with #150713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150713; }

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

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

background-color css

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

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

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

border-color css

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

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

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