Html Css Color HEX #420F3D Mardi Gras

📋 copy color: '#420F3D'

red 66 ◦ green 15 ◦ blue 61

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

Shades of Mardi Gras #420F3D

Tints of Mardi Gras #420F3D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 46.48%
G = 10.56%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#420F3D (or 0x420F3D) is known color: Mardi Gras. HEX triplet: 42, 0F and 3D. RGB value is (66,15,61). Sum of RGB (Red+Green+Blue) = 66+15+61=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #420F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F3D is #BDF0C2. Grayscale: #232323. Windows color (decimal): -12447939 or 4001602. OLE color: 4001602.

HSL color Cylindrical-coordinate representation of color #420F3D: hue angle of 305.88º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F3D is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 15 61 -
CMYK 0 0.77 0.08 0.74
HSL 305.88º 0.63% 0.16% -
HSV(B) 305.88º 0.77% 0.26% -
XYZ 3.26 1.84 4.6 -
YUV 35.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 66 15 61 0 0.77 0.08 0.74 305.88 0.63 0.16
Hex 42 F 3D 0 4D 8 4A 132 3F 10
Octal 102 17 75 0 115 10 112 462 77 20
Binary 1000010 1111 111101 0 1001101 1000 1001010 100110010 111111 10000

Color Harmonies of #420F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F3D

Black with #420F3D

Text Example


Text Example

White with #420F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420F3D; }

 p { color: rgb(66,15,61); }

 H1.HeaderClassName
 {
   color: #420F3D;
 }
 .AnyTagClassName
 {
   color: #420F3D;
 }
</style>

background-color css

<style>
 a { background-color: #420F3D; }

 a { background-color: rgb(66,15,61); }

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

border-color css

<style>
 span { border-color: #420F3D; }

 span { border-color: rgb(66,15,61); }

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