Html Css Color HEX #42093A Mardi Gras

📋 copy color: '#42093A'

red 66 ◦ green 9 ◦ blue 58

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

Shades of Mardi Gras #42093A

Tints of Mardi Gras #42093A

RGB

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

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

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

R = 49.62%
G = 6.77%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42093A (or 0x42093A) is known color: Mardi Gras. HEX triplet: 42, 09 and 3A. RGB value is (66,9,58). Sum of RGB (Red+Green+Blue) = 66+9+58=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093A is #BDF6C5. Grayscale: #1F1F1F. Windows color (decimal): -12449478 or 3803458. OLE color: 3803458.

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

Color convert

RGB 66 9 58 -
CMYK 0 0.86 0.12 0.74
HSL 308.42º 0.76% 0.15% -
HSV(B) 308.42º 0.86% 0.26% -
XYZ 3.11 1.66 4.16 -
YUV 31.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 66 9 58 0 0.86 0.12 0.74 308.42 0.76 0.15
Hex 42 9 3A 0 56 C 4A 134 4C F
Octal 102 11 72 0 126 14 112 464 114 17
Binary 1000010 1001 111010 0 1010110 1100 1001010 100110100 1001100 1111

Color Harmonies of #42093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42093A

Black with #42093A

Text Example


Text Example

White with #42093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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