Html Css Color HEX #130712 Mardi Gras

📋 copy color: '#130712'

red 19 ◦ green 7 ◦ blue 18

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

Shades of Mardi Gras #130712

Tints of Mardi Gras #130712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 43.18%
G = 15.91%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130712 (or 0x130712) is known color: Mardi Gras. HEX triplet: 13, 07 and 12. RGB value is (19,7,18). Sum of RGB (Red+Green+Blue) = 19+7+18=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130712 is #ECF8ED. Grayscale: #0B0B0B. Windows color (decimal): -15530222 or 1181459. OLE color: 1181459.

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

Color convert

RGB 19 7 18 -
CMYK 0 0.63 0.05 0.93
HSL 305º 0.46% 0.05% -
HSV(B) 305º 0.63% 0.07% -
XYZ 0.45 0.33 0.61 -
YUV 11.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 19 7 18 0 0.63 0.05 0.93 305 0.46 0.05
Hex 13 7 12 0 3F 5 5D 131 2E 5
Octal 23 7 22 0 77 5 135 461 56 5
Binary 10011 111 10010 0 111111 101 1011101 100110001 101110 101

Color Harmonies of #130712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130712

Black with #130712

Text Example


Text Example

White with #130712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130712; }

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

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

background-color css

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

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

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

border-color css

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

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

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