Html Css Color HEX #43013F Mardi Gras

📋 copy color: '#43013F'

red 67 ◦ green 1 ◦ blue 63

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

Shades of Mardi Gras #43013F

Tints of Mardi Gras #43013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 51.15%
G = 0.76%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#43013F (or 0x43013F) is known color: Mardi Gras. HEX triplet: 43, 01 and 3F. RGB value is (67,1,63). Sum of RGB (Red+Green+Blue) = 67+1+63=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43013F is #BCFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12385985 or 4129091. OLE color: 4129091.

HSL color Cylindrical-coordinate representation of color #43013F: hue angle of 303.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43013F is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 1 63 -
CMYK 0 0.99 0.06 0.74
HSL 303.64º 0.97% 0.13% -
HSV(B) 303.64º 0.99% 0.26% -
XYZ 3.22 1.57 4.84 -
YUV 27.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 67 1 63 0 0.99 0.06 0.74 303.64 0.97 0.13
Hex 43 1 3F 0 63 6 4A 130 61 D
Octal 103 1 77 0 143 6 112 460 141 15
Binary 1000011 1 111111 0 1100011 110 1001010 100110000 1100001 1101

Color Harmonies of #43013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43013F

Black with #43013F

Text Example


Text Example

White with #43013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43013F; }

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

 H1.HeaderClassName
 {
   color: #43013F;
 }
 .AnyTagClassName
 {
   color: #43013F;
 }
</style>

background-color css

<style>
 a { background-color: #43013F; }

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

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

border-color css

<style>
 span { border-color: #43013F; }

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

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