Html Css Color HEX #42123D Mardi Gras

📋 copy color: '#42123D'

red 66 ◦ green 18 ◦ blue 61

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

Shades of Mardi Gras #42123D

Tints of Mardi Gras #42123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.07%

R = 45.52%
G = 12.41%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#42123D (or 0x42123D) is known color: Mardi Gras. HEX triplet: 42, 12 and 3D. RGB value is (66,18,61). Sum of RGB (Red+Green+Blue) = 66+18+61=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42123D is #BDEDC2. Grayscale: #252525. Windows color (decimal): -12447171 or 4002370. OLE color: 4002370.

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

Color convert

RGB 66 18 61 -
CMYK 0 0.73 0.08 0.74
HSL 306.25º 0.57% 0.16% -
HSV(B) 306.25º 0.73% 0.26% -
XYZ 3.31 1.93 4.61 -
YUV 37.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 66 18 61 0 0.73 0.08 0.74 306.25 0.57 0.16
Hex 42 12 3D 0 49 8 4A 132 39 10
Octal 102 22 75 0 111 10 112 462 71 20
Binary 1000010 10010 111101 0 1001001 1000 1001010 100110010 111001 10000

Color Harmonies of #42123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42123D

Black with #42123D

Text Example


Text Example

White with #42123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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