Html Css Color HEX #431D3D Mardi Gras

📋 copy color: '#431D3D'

red 67 ◦ green 29 ◦ blue 61

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

Shades of Mardi Gras #431D3D

Tints of Mardi Gras #431D3D

RGB

 RED value IS 67 (26.56% from 255) = 42.68%

 GREEN value IS 29 (11.72% from 255) = 18.47%

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

R = 42.68%
G = 18.47%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#431D3D (or 0x431D3D) is known color: Mardi Gras. HEX triplet: 43, 1D and 3D. RGB value is (67,29,61). Sum of RGB (Red+Green+Blue) = 67+29+61=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3D is #BCE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12378819 or 4005187. OLE color: 4005187.

HSL color Cylindrical-coordinate representation of color #431D3D: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D3D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 61 -
CMYK 0 0.57 0.09 0.74
HSL 309.47º 0.4% 0.19% -
HSV(B) 309.47º 0.57% 0.26% -
XYZ 3.6 2.41 4.69 -
YUV 44.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 67 29 61 0 0.57 0.09 0.74 309.47 0.4 0.19
Hex 43 1D 3D 0 39 9 4A 135 28 13
Octal 103 35 75 0 71 11 112 465 50 23
Binary 1000011 11101 111101 0 111001 1001 1001010 100110101 101000 10011

Color Harmonies of #431D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D3D

Black with #431D3D

Text Example


Text Example

White with #431D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D3D; }

 p { color: rgb(67,29,61); }

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

background-color css

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

 a { background-color: rgb(67,29,61); }

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

border-color css

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

 span { border-color: rgb(67,29,61); }

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