Html Css Color HEX #40153B Mardi Gras

📋 copy color: '#40153B'

red 64 ◦ green 21 ◦ blue 59

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

Shades of Mardi Gras #40153B

Tints of Mardi Gras #40153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 44.44%
G = 14.58%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40153B (or 0x40153B) is known color: Mardi Gras. HEX triplet: 40, 15 and 3B. RGB value is (64,21,59). Sum of RGB (Red+Green+Blue) = 64+21+59=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40153B is #BFEAC4. Grayscale: #262626. Windows color (decimal): -12577477 or 3872064. OLE color: 3872064.

HSL color Cylindrical-coordinate representation of color #40153B: hue angle of 306.98º 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 #40153B is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 59 -
CMYK 0 0.67 0.08 0.75
HSL 306.98º 0.51% 0.17% -
HSV(B) 306.98º 0.67% 0.25% -
XYZ 3.17 1.94 4.35 -
YUV 38.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 64 21 59 0 0.67 0.08 0.75 306.98 0.51 0.17
Hex 40 15 3B 0 43 8 4B 133 33 11
Octal 100 25 73 0 103 10 113 463 63 21
Binary 1000000 10101 111011 0 1000011 1000 1001011 100110011 110011 10001

Color Harmonies of #40153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40153B

Black with #40153B

Text Example


Text Example

White with #40153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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