Html Css Color HEX #42013E Mardi Gras

📋 copy color: '#42013E'

red 66 ◦ green 1 ◦ blue 62

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

Shades of Mardi Gras #42013E

Tints of Mardi Gras #42013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 62 (24.61% from 255) = 48.06%

R = 51.16%
G = 0.78%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#42013E (or 0x42013E) is known color: Mardi Gras. HEX triplet: 42, 01 and 3E. RGB value is (66,1,62). Sum of RGB (Red+Green+Blue) = 66+1+62=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013E is #BDFEC1. Grayscale: #1B1B1B. Windows color (decimal): -12451522 or 4063554. OLE color: 4063554.

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

Color convert

RGB 66 1 62 -
CMYK 0 0.98 0.06 0.74
HSL 303.69º 0.97% 0.13% -
HSV(B) 303.69º 0.98% 0.26% -
XYZ 3.13 1.53 4.69 -
YUV 27.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 66 1 62 0 0.98 0.06 0.74 303.69 0.97 0.13
Hex 42 1 3E 0 62 6 4A 130 61 D
Octal 102 1 76 0 142 6 112 460 141 15
Binary 1000010 1 111110 0 1100010 110 1001010 100110000 1100001 1101

Color Harmonies of #42013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42013E

Black with #42013E

Text Example


Text Example

White with #42013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42013E; }

 p { color: rgb(66,1,62); }

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

background-color css

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

 a { background-color: rgb(66,1,62); }

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

border-color css

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

 span { border-color: rgb(66,1,62); }

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