Html Css Color HEX #420843 Mardi Gras

📋 copy color: '#420843'

red 66 ◦ green 8 ◦ blue 67

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

Shades of Mardi Gras #420843

Tints of Mardi Gras #420843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 47.52%

R = 46.81%
G = 5.67%
B = 47.52%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#420843 (or 0x420843) is known color: Mardi Gras. HEX triplet: 42, 08 and 43. RGB value is (66,8,67). Sum of RGB (Red+Green+Blue) = 66+8+67=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #420843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420843 is #BDF7BC. Grayscale: #1F1F1F. Windows color (decimal): -12449725 or 4393026. OLE color: 4393026.

HSL color Cylindrical-coordinate representation of color #420843: hue angle of 298.98º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420843 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 67 -
CMYK 0.01 0.88 0 0.74
HSL 298.98º 0.79% 0.15% -
HSV(B) 298.98º 0.88% 0.26% -
XYZ 3.35 1.74 5.47 -
YUV 32.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 66 8 67 0.01 0.88 0 0.74 298.98 0.79 0.15
Hex 42 8 43 1 58 0 4A 12B 4F F
Octal 102 10 103 1 130 0 112 453 117 17
Binary 1000010 1000 1000011 1 1011000 0 1001010 100101011 1001111 1111

Color Harmonies of #420843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420843

Black with #420843

Text Example


Text Example

White with #420843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420843; }

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

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

background-color css

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

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

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

border-color css

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

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

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