#430E3E

Color #430E3E Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #430E3E

Tints of Mardi Gras #430E3E

Color information

#430E3E (or 0x430E3E) is unknown color: approx Mardi Gras. HEX triplet: 43, 0E and 3E. RGB value is (67,14,62). Sum of RGB (Red+Green+Blue) = 67+14+62=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #430E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E3E is #BCF1C1. Grayscale: #232323. Windows color (decimal): -12382658 or 4066883. OLE color: 4066883.

HSL color Cylindrical-coordinate representation of color #430E3E: hue angle of 305.66º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E3E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB671462-
CMYK00.790.070.74
HSL305.66º65.43%15.88%-
HSV(B)305.66º79.1%26.27%-
XYZ3.341.864.74-
YUV35.32143.06150.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=46.85%
G=9.79%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67146200.790.070.74305.6665.4315.88
Hex43E3E04F74A1324110
Octal10316760117711246210120
Binary10000111110111110010011111111001010100110010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430E3E; }

 p { color: rgb(67,14,62); }

 H1.HeaderClassName
 {
   color: #430E3E;
 }
 .AnyTagClassName
 {
   color: #430E3E;
 }
</style>
background-color css

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

 a { background-color: rgb(67,14,62); }

 div.DivClassName
 {
   background-color: #430E3E;
 }
 .BgClassName
 {
   background-color: #430E3E;
 }
</style>
border-color css

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

 span { border-color: rgb(67,14,62); }

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