Html Css Color HEX #421848 Mardi Gras

📋 copy color: '#421848'

red 66 ◦ green 24 ◦ blue 72

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

Shades of Mardi Gras #421848

Tints of Mardi Gras #421848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 40.74%
G = 14.81%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421848 (or 0x421848) is known color: Mardi Gras. HEX triplet: 42, 18 and 48. RGB value is (66,24,72). Sum of RGB (Red+Green+Blue) = 66+24+72=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #421848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421848 is #BDE7B7. Grayscale: #292929. Windows color (decimal): -12445624 or 4724802. OLE color: 4724802.

HSL color Cylindrical-coordinate representation of color #421848: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421848 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 24 72 -
CMYK 0.08 0.67 0 0.72
HSL 292.5º 0.5% 0.19% -
HSV(B) 292.5º 0.67% 0.28% -
XYZ 3.74 2.28 6.37 -
YUV 42.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 66 24 72 0.08 0.67 0 0.72 292.5 0.5 0.19
Hex 42 18 48 8 43 0 48 124 32 13
Octal 102 30 110 10 103 0 110 444 62 23
Binary 1000010 11000 1001000 1000 1000011 0 1001000 100100100 110010 10011

Color Harmonies of #421848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421848

Black with #421848

Text Example


Text Example

White with #421848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421848; }

 p { color: rgb(66,24,72); }

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

background-color css

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

 a { background-color: rgb(66,24,72); }

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

border-color css

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

 span { border-color: rgb(66,24,72); }

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