Html Css Color HEX #42173F Mardi Gras

📋 copy color: '#42173F'

red 66 ◦ green 23 ◦ blue 63

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

Shades of Mardi Gras #42173F

Tints of Mardi Gras #42173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 43.42%
G = 15.13%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42173F (or 0x42173F) is known color: Mardi Gras. HEX triplet: 42, 17 and 3F. RGB value is (66,23,63). Sum of RGB (Red+Green+Blue) = 66+23+63=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173F is #BDE8C0. Grayscale: #282828. Windows color (decimal): -12445889 or 4134722. OLE color: 4134722.

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

Color convert

RGB 66 23 63 -
CMYK 0 0.65 0.05 0.74
HSL 304.19º 0.48% 0.17% -
HSV(B) 304.19º 0.65% 0.26% -
XYZ 3.45 2.13 4.93 -
YUV 40.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 66 23 63 0 0.65 0.05 0.74 304.19 0.48 0.17
Hex 42 17 3F 0 41 5 4A 130 30 11
Octal 102 27 77 0 101 5 112 460 60 21
Binary 1000010 10111 111111 0 1000001 101 1001010 100110000 110000 10001

Color Harmonies of #42173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42173F

Black with #42173F

Text Example


Text Example

White with #42173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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