Html Css Color HEX #42053B Mardi Gras

📋 copy color: '#42053B'

red 66 ◦ green 5 ◦ blue 59

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

Shades of Mardi Gras #42053B

Tints of Mardi Gras #42053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

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

R = 50.77%
G = 3.85%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42053B (or 0x42053B) is known color: Mardi Gras. HEX triplet: 42, 05 and 3B. RGB value is (66,5,59). Sum of RGB (Red+Green+Blue) = 66+5+59=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053B is #BDFAC4. Grayscale: #1D1D1D. Windows color (decimal): -12450501 or 3867970. OLE color: 3867970.

HSL color Cylindrical-coordinate representation of color #42053B: hue angle of 306.89º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42053B is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 59 -
CMYK 0 0.92 0.11 0.74
HSL 306.89º 0.86% 0.14% -
HSV(B) 306.89º 0.92% 0.26% -
XYZ 3.09 1.58 4.28 -
YUV 29.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 66 5 59 0 0.92 0.11 0.74 306.89 0.86 0.14
Hex 42 5 3B 0 5C B 4A 133 56 E
Octal 102 5 73 0 134 13 112 463 126 16
Binary 1000010 101 111011 0 1011100 1011 1001010 100110011 1010110 1110

Color Harmonies of #42053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42053B

Black with #42053B

Text Example


Text Example

White with #42053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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