Html Css Color HEX #130513 Mardi Gras

📋 copy color: '#130513'

red 19 ◦ green 5 ◦ blue 19

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

Shades of Mardi Gras #130513

Tints of Mardi Gras #130513

RGB

 RED value IS 19 (7.81% from 255) = 44.19%

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

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

R = 44.19%
G = 11.63%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130513 (or 0x130513) is known color: Mardi Gras. HEX triplet: 13, 05 and 13. RGB value is (19,5,19). Sum of RGB (Red+Green+Blue) = 19+5+19=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130513 is #ECFAEC. Grayscale: #0A0A0A. Windows color (decimal): -15530733 or 1246483. OLE color: 1246483.

HSL color Cylindrical-coordinate representation of color #130513: hue angle of 300º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130513 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 5 19 -
CMYK 0 0.74 0 0.93
HSL 300º 0.58% 0.05% -
HSV(B) 300º 0.74% 0.07% -
XYZ 0.44 0.29 0.65 -
YUV 10.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 19 5 19 0 0.74 0 0.93 300 0.58 0.05
Hex 13 5 13 0 4A 0 5D 12C 3A 5
Octal 23 5 23 0 112 0 135 454 72 5
Binary 10011 101 10011 0 1001010 0 1011101 100101100 111010 101

Color Harmonies of #130513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130513

Black with #130513

Text Example


Text Example

White with #130513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130513; }

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

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

background-color css

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

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

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

border-color css

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

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

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