Html Css Color HEX #42093B Mardi Gras

📋 copy color: '#42093B'

red 66 ◦ green 9 ◦ blue 59

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

Shades of Mardi Gras #42093B

Tints of Mardi Gras #42093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 49.25%
G = 6.72%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42093B (or 0x42093B) is known color: Mardi Gras. HEX triplet: 42, 09 and 3B. RGB value is (66,9,59). Sum of RGB (Red+Green+Blue) = 66+9+59=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093B is #BDF6C4. Grayscale: #1F1F1F. Windows color (decimal): -12449477 or 3868994. OLE color: 3868994.

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

Color convert

RGB 66 9 59 -
CMYK 0 0.86 0.11 0.74
HSL 307.37º 0.76% 0.15% -
HSV(B) 307.37º 0.86% 0.26% -
XYZ 3.13 1.67 4.29 -
YUV 31.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 66 9 59 0 0.86 0.11 0.74 307.37 0.76 0.15
Hex 42 9 3B 0 56 B 4A 133 4C F
Octal 102 11 73 0 126 13 112 463 114 17
Binary 1000010 1001 111011 0 1010110 1011 1001010 100110011 1001100 1111

Color Harmonies of #42093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42093B

Black with #42093B

Text Example


Text Example

White with #42093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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