Html Css Color HEX #40223D Mardi Gras

📋 copy color: '#40223D'

red 64 ◦ green 34 ◦ blue 61

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

Shades of Mardi Gras #40223D

Tints of Mardi Gras #40223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.38%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 40.25%
G = 21.38%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#40223D (or 0x40223D) is known color: Mardi Gras. HEX triplet: 40, 22 and 3D. RGB value is (64,34,61). Sum of RGB (Red+Green+Blue) = 64+34+61=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40223D is #BFDDC2. Grayscale: #2D2D2D. Windows color (decimal): -12574147 or 4006464. OLE color: 4006464.

HSL color Cylindrical-coordinate representation of color #40223D: hue angle of 306º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40223D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 34 61 -
CMYK 0 0.47 0.05 0.75
HSL 306º 0.31% 0.19% -
HSV(B) 306º 0.47% 0.25% -
XYZ 3.53 2.57 4.73 -
YUV 46.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 64 34 61 0 0.47 0.05 0.75 306 0.31 0.19
Hex 40 22 3D 0 2F 5 4B 132 1F 13
Octal 100 42 75 0 57 5 113 462 37 23
Binary 1000000 100010 111101 0 101111 101 1001011 100110010 11111 10011

Color Harmonies of #40223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40223D

Black with #40223D

Text Example


Text Example

White with #40223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40223D; }

 p { color: rgb(64,34,61); }

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

background-color css

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

 a { background-color: rgb(64,34,61); }

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

border-color css

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

 span { border-color: rgb(64,34,61); }

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