#450F42

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

Shades of Mardi Gras #450F42

Tints of Mardi Gras #450F42

Color information

#450F42 (or 0x450F42) is unknown color: approx Mardi Gras. HEX triplet: 45, 0F and 42. RGB value is (69,15,66). Sum of RGB (Red+Green+Blue) = 69+15+66=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #450F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F42 is #BAF0BD. Grayscale: #242424. Windows color (decimal): -12251326 or 4329285. OLE color: 4329285.

HSL color Cylindrical-coordinate representation of color #450F42: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F42 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB691566-
CMYK00.780.040.73
HSL303.33º64.29%16.47%-
HSV(B)303.33º78.26%27.06%-
XYZ3.6125.35-
YUV36.96144.39150.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 66 (26.17% from 255) = 44%
R=46%
G=10%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69156600.780.040.73303.3364.2916.47
Hex45F4204E44912f4010
Octal105171020116411145710020
Binary100010111111000010010011101001001001100101111100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450F42; }

 p { color: rgb(69,15,66); }

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

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

 a { background-color: rgb(69,15,66); }

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

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

 span { border-color: rgb(69,15,66); }

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