Html Css Color HEX #430D3B Mardi Gras

📋 copy color: '#430D3B'

red 67 ◦ green 13 ◦ blue 59

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

Shades of Mardi Gras #430D3B

Tints of Mardi Gras #430D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 48.2%
G = 9.35%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#430D3B (or 0x430D3B) is known color: Mardi Gras. HEX triplet: 43, 0D and 3B. RGB value is (67,13,59). Sum of RGB (Red+Green+Blue) = 67+13+59=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #430D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D3B is #BCF2C4. Grayscale: #222222. Windows color (decimal): -12382917 or 3870019. OLE color: 3870019.

HSL color Cylindrical-coordinate representation of color #430D3B: hue angle of 308.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D3B is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 13 59 -
CMYK 0 0.81 0.12 0.74
HSL 308.89º 0.68% 0.16% -
HSV(B) 308.89º 0.81% 0.26% -
XYZ 3.25 1.8 4.31 -
YUV 34.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 67 13 59 0 0.81 0.12 0.74 308.89 0.68 0.16
Hex 43 D 3B 0 51 C 4A 135 44 10
Octal 103 15 73 0 121 14 112 465 104 20
Binary 1000011 1101 111011 0 1010001 1100 1001010 100110101 1000100 10000

Color Harmonies of #430D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D3B

Black with #430D3B

Text Example


Text Example

White with #430D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430D3B; }

 p { color: rgb(67,13,59); }

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

background-color css

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

 a { background-color: rgb(67,13,59); }

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

border-color css

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

 span { border-color: rgb(67,13,59); }

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