Html Css Color HEX #42073B Mardi Gras

📋 copy color: '#42073B'

red 66 ◦ green 7 ◦ blue 59

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

Shades of Mardi Gras #42073B

Tints of Mardi Gras #42073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

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

R = 50%
G = 5.3%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42073B (or 0x42073B) is known color: Mardi Gras. HEX triplet: 42, 07 and 3B. RGB value is (66,7,59). Sum of RGB (Red+Green+Blue) = 66+7+59=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42073B is #BDF8C4. Grayscale: #1E1E1E. Windows color (decimal): -12449989 or 3868482. OLE color: 3868482.

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

Color convert

RGB 66 7 59 -
CMYK 0 0.89 0.11 0.74
HSL 307.12º 0.81% 0.14% -
HSV(B) 307.12º 0.89% 0.26% -
XYZ 3.11 1.63 4.29 -
YUV 30.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 66 7 59 0 0.89 0.11 0.74 307.12 0.81 0.14
Hex 42 7 3B 0 59 B 4A 133 51 E
Octal 102 7 73 0 131 13 112 463 121 16
Binary 1000010 111 111011 0 1011001 1011 1001010 100110011 1010001 1110

Color Harmonies of #42073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42073B

Black with #42073B

Text Example


Text Example

White with #42073B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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