Html Css Color HEX #130511 Mardi Gras

📋 copy color: '#130511'

red 19 ◦ green 5 ◦ blue 17

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

Shades of Mardi Gras #130511

Tints of Mardi Gras #130511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 41.46%

R = 46.34%
G = 12.2%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130511 (or 0x130511) is known color: Mardi Gras. HEX triplet: 13, 05 and 11. RGB value is (19,5,17). Sum of RGB (Red+Green+Blue) = 19+5+17=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130511 is #ECFAEE. Grayscale: #0A0A0A. Windows color (decimal): -15530735 or 1115411. OLE color: 1115411.

HSL color Cylindrical-coordinate representation of color #130511: hue angle of 308.57º 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 #130511 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 5 17 -
CMYK 0 0.74 0.11 0.93
HSL 308.57º 0.58% 0.05% -
HSV(B) 308.57º 0.74% 0.07% -
XYZ 0.42 0.29 0.56 -
YUV 10.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 19 5 17 0 0.74 0.11 0.93 308.57 0.58 0.05
Hex 13 5 11 0 4A B 5D 135 3A 5
Octal 23 5 21 0 112 13 135 465 72 5
Binary 10011 101 10001 0 1001010 1011 1011101 100110101 111010 101

Color Harmonies of #130511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130511

Black with #130511

Text Example


Text Example

White with #130511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130511; }

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

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

background-color css

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

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

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

border-color css

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

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

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