Html Css Color HEX #3F0637 Mardi Gras

📋 copy color: '#3F0637'

red 63 ◦ green 6 ◦ blue 55

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

Shades of Mardi Gras #3F0637

Tints of Mardi Gras #3F0637

RGB

 RED value IS 63 (25% from 255) = 50.81%

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 55 (21.88% from 255) = 44.35%

R = 50.81%
G = 4.84%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F0637 (or 0x3F0637) is known color: Mardi Gras. HEX triplet: 3F, 06 and 37. RGB value is (63,6,55). Sum of RGB (Red+Green+Blue) = 63+6+55=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0637 is #C0F9C8. Grayscale: #1C1C1C. Windows color (decimal): -12646857 or 3606079. OLE color: 3606079.

HSL color Cylindrical-coordinate representation of color #3F0637: hue angle of 308.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0637 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 6 55 -
CMYK 0 0.90 0.13 0.75
HSL 308.42º 0.83% 0.14% -
HSV(B) 308.42º 0.9% 0.25% -
XYZ 2.8 1.46 3.75 -
YUV 28.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 63 6 55 0 0.90 0.13 0.75 308.42 0.83 0.14
Hex 3F 6 37 0 5A D 4B 134 53 E
Octal 77 6 67 0 132 15 113 464 123 16
Binary 111111 110 110111 0 1011010 1101 1001011 100110100 1010011 1110

Color Harmonies of #3F0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0637

Black with #3F0637

Text Example


Text Example

White with #3F0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F0637; }

 p { color: rgb(63,6,55); }

 H1.HeaderClassName
 {
   color: #3F0637;
 }
 .AnyTagClassName
 {
   color: #3F0637;
 }
</style>

background-color css

<style>
 a { background-color: #3F0637; }

 a { background-color: rgb(63,6,55); }

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

border-color css

<style>
 span { border-color: #3F0637; }

 span { border-color: rgb(63,6,55); }

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