Html Css Color HEX #42093C Mardi Gras

📋 copy color: '#42093C'

red 66 ◦ green 9 ◦ blue 60

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

Shades of Mardi Gras #42093C

Tints of Mardi Gras #42093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.44%

R = 48.89%
G = 6.67%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42093C (or 0x42093C) is known color: Mardi Gras. HEX triplet: 42, 09 and 3C. RGB value is (66,9,60). Sum of RGB (Red+Green+Blue) = 66+9+60=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093C is #BDF6C3. Grayscale: #1F1F1F. Windows color (decimal): -12449476 or 3934530. OLE color: 3934530.

HSL color Cylindrical-coordinate representation of color #42093C: hue angle of 306.32º 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 #42093C is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 60 -
CMYK 0 0.86 0.09 0.74
HSL 306.32º 0.76% 0.15% -
HSV(B) 306.32º 0.86% 0.26% -
XYZ 3.16 1.68 4.43 -
YUV 31.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 66 9 60 0 0.86 0.09 0.74 306.32 0.76 0.15
Hex 42 9 3C 0 56 9 4A 132 4C F
Octal 102 11 74 0 126 11 112 462 114 17
Binary 1000010 1001 111100 0 1010110 1001 1001010 100110010 1001100 1111

Color Harmonies of #42093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42093C

Black with #42093C

Text Example


Text Example

White with #42093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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