Html Css Color HEX #42173A Mardi Gras

📋 copy color: '#42173A'

red 66 ◦ green 23 ◦ blue 58

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

Shades of Mardi Gras #42173A

Tints of Mardi Gras #42173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 44.9%
G = 15.65%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42173A (or 0x42173A) is known color: Mardi Gras. HEX triplet: 42, 17 and 3A. RGB value is (66,23,58). Sum of RGB (Red+Green+Blue) = 66+23+58=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173A is #BDE8C5. Grayscale: #272727. Windows color (decimal): -12445894 or 3807042. OLE color: 3807042.

HSL color Cylindrical-coordinate representation of color #42173A: hue angle of 311.16º 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 #42173A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 58 -
CMYK 0 0.65 0.12 0.74
HSL 311.16º 0.48% 0.17% -
HSV(B) 311.16º 0.65% 0.26% -
XYZ 3.32 2.08 4.23 -
YUV 39.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 66 23 58 0 0.65 0.12 0.74 311.16 0.48 0.17
Hex 42 17 3A 0 41 C 4A 137 30 11
Octal 102 27 72 0 101 14 112 467 60 21
Binary 1000010 10111 111010 0 1000001 1100 1001010 100110111 110000 10001

Color Harmonies of #42173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42173A

Black with #42173A

Text Example


Text Example

White with #42173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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