Html Css Color HEX #420B3C Mardi Gras

📋 copy color: '#420B3C'

red 66 ◦ green 11 ◦ blue 60

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

Shades of Mardi Gras #420B3C

Tints of Mardi Gras #420B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.03%

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 48.18%
G = 8.03%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#420B3C (or 0x420B3C) is known color: Mardi Gras. HEX triplet: 42, 0B and 3C. RGB value is (66,11,60). Sum of RGB (Red+Green+Blue) = 66+11+60=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #420B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B3C is #BDF4C3. Grayscale: #202020. Windows color (decimal): -12448964 or 3935042. OLE color: 3935042.

HSL color Cylindrical-coordinate representation of color #420B3C: hue angle of 306.55º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B3C is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 60 -
CMYK 0 0.83 0.09 0.74
HSL 306.55º 0.71% 0.15% -
HSV(B) 306.55º 0.83% 0.26% -
XYZ 3.18 1.72 4.44 -
YUV 33.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 66 11 60 0 0.83 0.09 0.74 306.55 0.71 0.15
Hex 42 B 3C 0 53 9 4A 133 47 F
Octal 102 13 74 0 123 11 112 463 107 17
Binary 1000010 1011 111100 0 1010011 1001 1001010 100110011 1000111 1111

Color Harmonies of #420B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B3C

Black with #420B3C

Text Example


Text Example

White with #420B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B3C; }

 p { color: rgb(66,11,60); }

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

background-color css

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

 a { background-color: rgb(66,11,60); }

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

border-color css

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

 span { border-color: rgb(66,11,60); }

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