Html Css Color HEX #42183B Mardi Gras

📋 copy color: '#42183B'

red 66 ◦ green 24 ◦ blue 59

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

Shades of Mardi Gras #42183B

Tints of Mardi Gras #42183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 44.3%
G = 16.11%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42183B (or 0x42183B) is known color: Mardi Gras. HEX triplet: 42, 18 and 3B. RGB value is (66,24,59). Sum of RGB (Red+Green+Blue) = 66+24+59=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42183B is #BDE7C4. Grayscale: #282828. Windows color (decimal): -12445637 or 3872834. OLE color: 3872834.

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

Color convert

RGB 66 24 59 -
CMYK 0 0.64 0.11 0.74
HSL 310º 0.47% 0.18% -
HSV(B) 310º 0.64% 0.26% -
XYZ 3.36 2.13 4.37 -
YUV 40.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 66 24 59 0 0.64 0.11 0.74 310 0.47 0.18
Hex 42 18 3B 0 40 B 4A 136 2F 12
Octal 102 30 73 0 100 13 112 466 57 22
Binary 1000010 11000 111011 0 1000000 1011 1001010 100110110 101111 10010

Color Harmonies of #42183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42183B

Black with #42183B

Text Example


Text Example

White with #42183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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