#430A3E

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

Shades of Mardi Gras #430A3E

Tints of Mardi Gras #430A3E

Color information

#430A3E (or 0x430A3E) is unknown color: approx Mardi Gras. HEX triplet: 43, 0A and 3E. RGB value is (67,10,62). Sum of RGB (Red+Green+Blue) = 67+10+62=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #430A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A3E is #BCF5C1. Grayscale: #202020. Windows color (decimal): -12383682 or 4065859. OLE color: 4065859.

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

Color convert

RGB671062-
CMYK00.850.070.74
HSL305.26º74.03%15.1%-
HSV(B)305.26º85.07%26.27%-
XYZ3.291.764.72-
YUV32.97144.38152.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 62 (24.61% from 255) = 44.60%
R=48.20%
G=7.19%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67106200.850.070.74305.2674.0315.1
Hex43A3E05574A1314af
Octal10312760125711246111217
Binary1000011101011111001010101111100101010011000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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