Html Css Color HEX #450541 Mardi Gras

📋 copy color: '#450541'

red 69 ◦ green 5 ◦ blue 65

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

Shades of Mardi Gras #450541

Tints of Mardi Gras #450541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 49.64%
G = 3.6%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#450541 (or 0x450541) is known color: Mardi Gras. HEX triplet: 45, 05 and 41. RGB value is (69,5,65). Sum of RGB (Red+Green+Blue) = 69+5+65=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #450541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450541 is #BAFABE. Grayscale: #1E1E1E. Windows color (decimal): -12253887 or 4261189. OLE color: 4261189.

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

Color convert

RGB 69 5 65 -
CMYK 0 0.93 0.06 0.73
HSL 303.75º 0.86% 0.15% -
HSV(B) 303.75º 0.93% 0.27% -
XYZ 3.46 1.76 5.16 -
YUV 30.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 69 5 65 0 0.93 0.06 0.73 303.75 0.86 0.15
Hex 45 5 41 0 5D 6 49 130 56 F
Octal 105 5 101 0 135 6 111 460 126 17
Binary 1000101 101 1000001 0 1011101 110 1001001 100110000 1010110 1111

Color Harmonies of #450541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450541

Black with #450541

Text Example


Text Example

White with #450541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450541; }

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

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

background-color css

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

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

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

border-color css

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

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

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