Html Css Color HEX #390132 Mardi Gras

📋 copy color: '#390132'

red 57 ◦ green 1 ◦ blue 50

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

Shades of Mardi Gras #390132

Tints of Mardi Gras #390132

RGB

 RED value IS 57 (22.66% from 255) = 52.78%

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 52.78%
G = 0.93%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#390132 (or 0x390132) is known color: Mardi Gras. HEX triplet: 39, 01 and 32. RGB value is (57,1,50). Sum of RGB (Red+Green+Blue) = 57+1+50=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #390132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390132 is #C6FECD. Grayscale: #171717. Windows color (decimal): -13041358 or 3277113. OLE color: 3277113.

HSL color Cylindrical-coordinate representation of color #390132: hue angle of 307.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390132 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 1 50 -
CMYK 0 0.98 0.12 0.78
HSL 307.5º 0.97% 0.11% -
HSV(B) 307.5º 0.98% 0.22% -
XYZ 2.27 1.12 3.11 -
YUV 23.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 57 1 50 0 0.98 0.12 0.78 307.5 0.97 0.11
Hex 39 1 32 0 62 C 4E 134 61 B
Octal 71 1 62 0 142 14 116 464 141 13
Binary 111001 1 110010 0 1100010 1100 1001110 100110100 1100001 1011

Color Harmonies of #390132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390132

Black with #390132

Text Example


Text Example

White with #390132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390132; }

 p { color: rgb(57,1,50); }

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

background-color css

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

 a { background-color: rgb(57,1,50); }

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

border-color css

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

 span { border-color: rgb(57,1,50); }

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