Html Css Color HEX #40153C Mardi Gras

📋 copy color: '#40153C'

red 64 ◦ green 21 ◦ blue 60

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

Shades of Mardi Gras #40153C

Tints of Mardi Gras #40153C

RGB

 RED value IS 64 (25.39% from 255) = 44.14%

 GREEN value IS 21 (8.59% from 255) = 14.48%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 44.14%
G = 14.48%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40153C (or 0x40153C) is known color: Mardi Gras. HEX triplet: 40, 15 and 3C. RGB value is (64,21,60). Sum of RGB (Red+Green+Blue) = 64+21+60=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40153C is #BFEAC3. Grayscale: #262626. Windows color (decimal): -12577476 or 3937600. OLE color: 3937600.

HSL color Cylindrical-coordinate representation of color #40153C: hue angle of 305.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40153C is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 60 -
CMYK 0 0.67 0.06 0.75
HSL 305.58º 0.51% 0.17% -
HSV(B) 305.58º 0.67% 0.25% -
XYZ 3.2 1.95 4.48 -
YUV 38.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 64 21 60 0 0.67 0.06 0.75 305.58 0.51 0.17
Hex 40 15 3C 0 43 6 4B 132 33 11
Octal 100 25 74 0 103 6 113 462 63 21
Binary 1000000 10101 111100 0 1000011 110 1001011 100110010 110011 10001

Color Harmonies of #40153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40153C

Black with #40153C

Text Example


Text Example

White with #40153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40153C; }

 p { color: rgb(64,21,60); }

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

background-color css

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

 a { background-color: rgb(64,21,60); }

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

border-color css

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

 span { border-color: rgb(64,21,60); }

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