Html Css Color HEX #450241 Mardi Gras

📋 copy color: '#450241'

red 69 ◦ green 2 ◦ blue 65

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

Shades of Mardi Gras #450241

Tints of Mardi Gras #450241

RGB

 RED value IS 69 (27.34% from 255) = 50.74%

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 50.74%
G = 1.47%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#450241 (or 0x450241) is known color: Mardi Gras. HEX triplet: 45, 02 and 41. RGB value is (69,2,65). Sum of RGB (Red+Green+Blue) = 69+2+65=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #450241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450241 is #BAFDBE. Grayscale: #1D1D1D. Windows color (decimal): -12254655 or 4260421. OLE color: 4260421.

HSL color Cylindrical-coordinate representation of color #450241: hue angle of 303.58º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450241 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 2 65 -
CMYK 0 0.97 0.06 0.73
HSL 303.58º 0.94% 0.14% -
HSV(B) 303.58º 0.97% 0.27% -
XYZ 3.43 1.69 5.15 -
YUV 29.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 69 2 65 0 0.97 0.06 0.73 303.58 0.94 0.14
Hex 45 2 41 0 61 6 49 130 5E E
Octal 105 2 101 0 141 6 111 460 136 16
Binary 1000101 10 1000001 0 1100001 110 1001001 100110000 1011110 1110

Color Harmonies of #450241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450241

Black with #450241

Text Example


Text Example

White with #450241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450241; }

 p { color: rgb(69,2,65); }

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

background-color css

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

 a { background-color: rgb(69,2,65); }

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

border-color css

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

 span { border-color: rgb(69,2,65); }

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