Html Css Color HEX #42213F Mardi Gras

📋 copy color: '#42213F'

red 66 ◦ green 33 ◦ blue 63

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

Shades of Mardi Gras #42213F

Tints of Mardi Gras #42213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

 BLUE value IS 63 (25% from 255) = 38.89%

R = 40.74%
G = 20.37%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42213F (or 0x42213F) is known color: Mardi Gras. HEX triplet: 42, 21 and 3F. RGB value is (66,33,63). Sum of RGB (Red+Green+Blue) = 66+33+63=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42213F is #BDDEC0. Grayscale: #2E2E2E. Windows color (decimal): -12443329 or 4137282. OLE color: 4137282.

HSL color Cylindrical-coordinate representation of color #42213F: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42213F is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 63 -
CMYK 0 0.5 0.05 0.74
HSL 305.45º 0.33% 0.19% -
HSV(B) 305.45º 0.5% 0.26% -
XYZ 3.69 2.6 5.01 -
YUV 46.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 66 33 63 0 0.5 0.05 0.74 305.45 0.33 0.19
Hex 42 21 3F 0 32 5 4A 131 21 13
Octal 102 41 77 0 62 5 112 461 41 23
Binary 1000010 100001 111111 0 110010 101 1001010 100110001 100001 10011

Color Harmonies of #42213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42213F

Black with #42213F

Text Example


Text Example

White with #42213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42213F; }

 p { color: rgb(66,33,63); }

 H1.HeaderClassName
 {
   color: #42213F;
 }
 .AnyTagClassName
 {
   color: #42213F;
 }
</style>

background-color css

<style>
 a { background-color: #42213F; }

 a { background-color: rgb(66,33,63); }

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

border-color css

<style>
 span { border-color: #42213F; }

 span { border-color: rgb(66,33,63); }

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