Html Css Color HEX #42153E Mardi Gras

📋 copy color: '#42153E'

red 66 ◦ green 21 ◦ blue 62

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

Shades of Mardi Gras #42153E

Tints of Mardi Gras #42153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 44.3%
G = 14.09%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#42153E (or 0x42153E) is known color: Mardi Gras. HEX triplet: 42, 15 and 3E. RGB value is (66,21,62). Sum of RGB (Red+Green+Blue) = 66+21+62=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42153E is #BDEAC1. Grayscale: #272727. Windows color (decimal): -12446402 or 4068674. OLE color: 4068674.

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

Color convert

RGB 66 21 62 -
CMYK 0 0.68 0.06 0.74
HSL 305.33º 0.52% 0.17% -
HSV(B) 305.33º 0.68% 0.26% -
XYZ 3.38 2.04 4.77 -
YUV 39.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 66 21 62 0 0.68 0.06 0.74 305.33 0.52 0.17
Hex 42 15 3E 0 44 6 4A 131 34 11
Octal 102 25 76 0 104 6 112 461 64 21
Binary 1000010 10101 111110 0 1000100 110 1001010 100110001 110100 10001

Color Harmonies of #42153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42153E

Black with #42153E

Text Example


Text Example

White with #42153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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