Html Css Color HEX #42083A Mardi Gras

📋 copy color: '#42083A'

red 66 ◦ green 8 ◦ blue 58

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

Shades of Mardi Gras #42083A

Tints of Mardi Gras #42083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 50%
G = 6.06%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42083A (or 0x42083A) is known color: Mardi Gras. HEX triplet: 42, 08 and 3A. RGB value is (66,8,58). Sum of RGB (Red+Green+Blue) = 66+8+58=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42083A is #BDF7C5. Grayscale: #1E1E1E. Windows color (decimal): -12449734 or 3803202. OLE color: 3803202.

HSL color Cylindrical-coordinate representation of color #42083A: hue angle of 308.28º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42083A is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 58 -
CMYK 0 0.88 0.12 0.74
HSL 308.28º 0.78% 0.15% -
HSV(B) 308.28º 0.88% 0.26% -
XYZ 3.1 1.64 4.16 -
YUV 31.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 66 8 58 0 0.88 0.12 0.74 308.28 0.78 0.15
Hex 42 8 3A 0 58 C 4A 134 4E F
Octal 102 10 72 0 130 14 112 464 116 17
Binary 1000010 1000 111010 0 1011000 1100 1001010 100110100 1001110 1111

Color Harmonies of #42083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42083A

Black with #42083A

Text Example


Text Example

White with #42083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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