Html Css Color HEX #42013B Mardi Gras

📋 copy color: '#42013B'

red 66 ◦ green 1 ◦ blue 59

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

Shades of Mardi Gras #42013B

Tints of Mardi Gras #42013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 52.38%
G = 0.79%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42013B (or 0x42013B) is known color: Mardi Gras. HEX triplet: 42, 01 and 3B. RGB value is (66,1,59). Sum of RGB (Red+Green+Blue) = 66+1+59=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013B is #BDFEC4. Grayscale: #1A1A1A. Windows color (decimal): -12451525 or 3866946. OLE color: 3866946.

HSL color Cylindrical-coordinate representation of color #42013B: hue angle of 306.46º 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 #42013B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 59 -
CMYK 0 0.98 0.11 0.74
HSL 306.46º 0.97% 0.13% -
HSV(B) 306.46º 0.98% 0.26% -
XYZ 3.05 1.5 4.27 -
YUV 27.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 66 1 59 0 0.98 0.11 0.74 306.46 0.97 0.13
Hex 42 1 3B 0 62 B 4A 132 61 D
Octal 102 1 73 0 142 13 112 462 141 15
Binary 1000010 1 111011 0 1100010 1011 1001010 100110010 1100001 1101

Color Harmonies of #42013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42013B

Black with #42013B

Text Example


Text Example

White with #42013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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