Html Css Color HEX #420240 Mardi Gras

📋 copy color: '#420240'

red 66 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #420240

Tints of Mardi Gras #420240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 50%
G = 1.52%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#420240 (or 0x420240) is known color: Mardi Gras. HEX triplet: 42, 02 and 40. RGB value is (66,2,64). Sum of RGB (Red+Green+Blue) = 66+2+64=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #420240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420240 is #BDFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12451264 or 4194882. OLE color: 4194882.

HSL color Cylindrical-coordinate representation of color #420240: hue angle of 301.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420240 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 2 64 -
CMYK 0 0.97 0.03 0.74
HSL 301.88º 0.94% 0.13% -
HSV(B) 301.88º 0.97% 0.26% -
XYZ 3.19 1.57 4.99 -
YUV 28.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 66 2 64 0 0.97 0.03 0.74 301.88 0.94 0.13
Hex 42 2 40 0 61 3 4A 12E 5E D
Octal 102 2 100 0 141 3 112 456 136 15
Binary 1000010 10 1000000 0 1100001 11 1001010 100101110 1011110 1101

Color Harmonies of #420240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420240

Black with #420240

Text Example


Text Example

White with #420240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420240; }

 p { color: rgb(66,2,64); }

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

background-color css

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

 a { background-color: rgb(66,2,64); }

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

border-color css

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

 span { border-color: rgb(66,2,64); }

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