Html Css Color HEX #42123E Mardi Gras

📋 copy color: '#42123E'

red 66 ◦ green 18 ◦ blue 62

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

Shades of Mardi Gras #42123E

Tints of Mardi Gras #42123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 45.21%
G = 12.33%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#42123E (or 0x42123E) is known color: Mardi Gras. HEX triplet: 42, 12 and 3E. RGB value is (66,18,62). Sum of RGB (Red+Green+Blue) = 66+18+62=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123E is #BDEDC1. Grayscale: #252525. Windows color (decimal): -12447170 or 4067906. OLE color: 4067906.

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

Color convert

RGB 66 18 62 -
CMYK 0 0.73 0.06 0.74
HSL 305º 0.57% 0.16% -
HSV(B) 305º 0.73% 0.26% -
XYZ 3.33 1.94 4.76 -
YUV 37.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 66 18 62 0 0.73 0.06 0.74 305 0.57 0.16
Hex 42 12 3E 0 49 6 4A 131 39 10
Octal 102 22 76 0 111 6 112 461 71 20
Binary 1000010 10010 111110 0 1001001 110 1001010 100110001 111001 10000

Color Harmonies of #42123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42123E

Black with #42123E

Text Example


Text Example

White with #42123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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