Html Css Color HEX #420848 Mardi Gras

📋 copy color: '#420848'

red 66 ◦ green 8 ◦ blue 72

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

Shades of Mardi Gras #420848

Tints of Mardi Gras #420848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

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

R = 45.21%
G = 5.48%
B = 49.32%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420848 (or 0x420848) is known color: Mardi Gras. HEX triplet: 42, 08 and 48. RGB value is (66,8,72). Sum of RGB (Red+Green+Blue) = 66+8+72=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #420848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420848 is #BDF7B7. Grayscale: #202020. Windows color (decimal): -12449720 or 4720706. OLE color: 4720706.

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

Color convert

RGB 66 8 72 -
CMYK 0.08 0.89 0 0.72
HSL 294.38º 0.8% 0.16% -
HSV(B) 294.38º 0.89% 0.28% -
XYZ 3.5 1.8 6.29 -
YUV 32.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 66 8 72 0.08 0.89 0 0.72 294.38 0.8 0.16
Hex 42 8 48 8 59 0 48 126 50 10
Octal 102 10 110 10 131 0 110 446 120 20
Binary 1000010 1000 1001000 1000 1011001 0 1001000 100100110 1010000 10000

Color Harmonies of #420848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420848

Black with #420848

Text Example


Text Example

White with #420848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420848; }

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

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

background-color css

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

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

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

border-color css

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

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

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