Html Css Color HEX #390135 Mardi Gras

📋 copy color: '#390135'

red 57 ◦ green 1 ◦ blue 53

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

Shades of Mardi Gras #390135

Tints of Mardi Gras #390135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 47.75%

R = 51.35%
G = 0.9%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#390135 (or 0x390135) is known color: Mardi Gras. HEX triplet: 39, 01 and 35. RGB value is (57,1,53). Sum of RGB (Red+Green+Blue) = 57+1+53=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390135 is #C6FECA. Grayscale: #171717. Windows color (decimal): -13041355 or 3473721. OLE color: 3473721.

HSL color Cylindrical-coordinate representation of color #390135: hue angle of 304.29º 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 #390135 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 1 53 -
CMYK 0 0.98 0.07 0.78
HSL 304.29º 0.97% 0.11% -
HSV(B) 304.29º 0.98% 0.22% -
XYZ 2.34 1.15 3.47 -
YUV 23.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 57 1 53 0 0.98 0.07 0.78 304.29 0.97 0.11
Hex 39 1 35 0 62 7 4E 130 61 B
Octal 71 1 65 0 142 7 116 460 141 13
Binary 111001 1 110101 0 1100010 111 1001110 100110000 1100001 1011

Color Harmonies of #390135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390135

Black with #390135

Text Example


Text Example

White with #390135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390135; }

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

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

background-color css

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

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

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

border-color css

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

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

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