Html Css Color HEX #42123A Mardi Gras

📋 copy color: '#42123A'

red 66 ◦ green 18 ◦ blue 58

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

Shades of Mardi Gras #42123A

Tints of Mardi Gras #42123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 46.48%
G = 12.68%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42123A (or 0x42123A) is known color: Mardi Gras. HEX triplet: 42, 12 and 3A. RGB value is (66,18,58). Sum of RGB (Red+Green+Blue) = 66+18+58=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123A is #BDEDC5. Grayscale: #242424. Windows color (decimal): -12447174 or 3805762. OLE color: 3805762.

HSL color Cylindrical-coordinate representation of color #42123A: hue angle of 310º 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 #42123A is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 58 -
CMYK 0 0.73 0.12 0.74
HSL 310º 0.57% 0.16% -
HSV(B) 310º 0.73% 0.26% -
XYZ 3.23 1.9 4.2 -
YUV 36.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 66 18 58 0 0.73 0.12 0.74 310 0.57 0.16
Hex 42 12 3A 0 49 C 4A 136 39 10
Octal 102 22 72 0 111 14 112 466 71 20
Binary 1000010 10010 111010 0 1001001 1100 1001010 100110110 111001 10000

Color Harmonies of #42123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42123A

Black with #42123A

Text Example


Text Example

White with #42123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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