Html Css Color HEX #430D3F Mardi Gras

📋 copy color: '#430D3F'

red 67 ◦ green 13 ◦ blue 63

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

Shades of Mardi Gras #430D3F

Tints of Mardi Gras #430D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.06%

R = 46.85%
G = 9.09%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#430D3F (or 0x430D3F) is known color: Mardi Gras. HEX triplet: 43, 0D and 3F. RGB value is (67,13,63). Sum of RGB (Red+Green+Blue) = 67+13+63=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #430D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D3F is #BCF2C0. Grayscale: #222222. Windows color (decimal): -12382913 or 4132163. OLE color: 4132163.

HSL color Cylindrical-coordinate representation of color #430D3F: hue angle of 304.44º 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 #430D3F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 13 63 -
CMYK 0 0.81 0.06 0.74
HSL 304.44º 0.68% 0.16% -
HSV(B) 304.44º 0.81% 0.26% -
XYZ 3.36 1.84 4.88 -
YUV 34.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 67 13 63 0 0.81 0.06 0.74 304.44 0.68 0.16
Hex 43 D 3F 0 51 6 4A 130 44 10
Octal 103 15 77 0 121 6 112 460 104 20
Binary 1000011 1101 111111 0 1010001 110 1001010 100110000 1000100 10000

Color Harmonies of #430D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D3F

Black with #430D3F

Text Example


Text Example

White with #430D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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