#43093F

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

Shades of Mardi Gras #43093F

Tints of Mardi Gras #43093F

Color information

#43093F (or 0x43093F) is unknown color: approx Mardi Gras. HEX triplet: 43, 09 and 3F. RGB value is (67,9,63). Sum of RGB (Red+Green+Blue) = 67+9+63=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #43093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43093F is #BCF6C0. Grayscale: #202020. Windows color (decimal): -12383937 or 4131139. OLE color: 4131139.

HSL color Cylindrical-coordinate representation of color #43093F: hue angle of 304.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43093F is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB67963-
CMYK00.870.060.74
HSL304.14º76.32%14.9%-
HSV(B)304.14º86.57%26.27%-
XYZ3.311.754.87-
YUV32.5145.22152.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 63 (25% from 255) = 45.32%
R=48.20%
G=6.47%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6796300.870.060.74304.1476.3214.9
Hex4393F05764A1304cf
Octal10311770127611246011417
Binary1000011100111111101010111110100101010011000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43093F; }

 p { color: rgb(67,9,63); }

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

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

 a { background-color: rgb(67,9,63); }

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

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

 span { border-color: rgb(67,9,63); }

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