Html Css Color HEX #420545 Mardi Gras

📋 copy color: '#420545'

red 66 ◦ green 5 ◦ blue 69

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

Shades of Mardi Gras #420545

Tints of Mardi Gras #420545

RGB

 RED value IS 66 (26.17% from 255) = 47.14%

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

 BLUE value IS 69 (27.34% from 255) = 49.29%

R = 47.14%
G = 3.57%
B = 49.29%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420545 (or 0x420545) is known color: Mardi Gras. HEX triplet: 42, 05 and 45. RGB value is (66,5,69). Sum of RGB (Red+Green+Blue) = 66+5+69=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #420545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420545 is #BDFABA. Grayscale: #1E1E1E. Windows color (decimal): -12450491 or 4523330. OLE color: 4523330.

HSL color Cylindrical-coordinate representation of color #420545: hue angle of 297.19º 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 #420545 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 5 69 -
CMYK 0.04 0.93 0 0.73
HSL 297.19º 0.86% 0.15% -
HSV(B) 297.19º 0.93% 0.27% -
XYZ 3.38 1.7 5.78 -
YUV 30.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 66 5 69 0.04 0.93 0 0.73 297.19 0.86 0.15
Hex 42 5 45 4 5D 0 49 129 56 F
Octal 102 5 105 4 135 0 111 451 126 17
Binary 1000010 101 1000101 100 1011101 0 1001001 100101001 1010110 1111

Color Harmonies of #420545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420545

Black with #420545

Text Example


Text Example

White with #420545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420545; }

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

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

background-color css

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

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

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

border-color css

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

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

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