Html Css Color HEX #42193B Mardi Gras

📋 copy color: '#42193B'

red 66 ◦ green 25 ◦ blue 59

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

Shades of Mardi Gras #42193B

Tints of Mardi Gras #42193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 44%
G = 16.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42193B (or 0x42193B) is known color: Mardi Gras. HEX triplet: 42, 19 and 3B. RGB value is (66,25,59). Sum of RGB (Red+Green+Blue) = 66+25+59=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42193B is #BDE6C4. Grayscale: #292929. Windows color (decimal): -12445381 or 3873090. OLE color: 3873090.

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

Color convert

RGB 66 25 59 -
CMYK 0 0.62 0.11 0.74
HSL 310.24º 0.45% 0.18% -
HSV(B) 310.24º 0.62% 0.26% -
XYZ 3.38 2.17 4.38 -
YUV 41.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 66 25 59 0 0.62 0.11 0.74 310.24 0.45 0.18
Hex 42 19 3B 0 3E B 4A 136 2D 12
Octal 102 31 73 0 76 13 112 466 55 22
Binary 1000010 11001 111011 0 111110 1011 1001010 100110110 101101 10010

Color Harmonies of #42193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42193B

Black with #42193B

Text Example


Text Example

White with #42193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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