Html Css Color HEX #43013D Mardi Gras

📋 copy color: '#43013D'

red 67 ◦ green 1 ◦ blue 61

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

Shades of Mardi Gras #43013D

Tints of Mardi Gras #43013D

RGB

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

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

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

R = 51.94%
G = 0.78%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#43013D (or 0x43013D) is known color: Mardi Gras. HEX triplet: 43, 01 and 3D. RGB value is (67,1,61). Sum of RGB (Red+Green+Blue) = 67+1+61=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43013D is #BCFEC2. Grayscale: #1B1B1B. Windows color (decimal): -12385987 or 3998019. OLE color: 3998019.

HSL color Cylindrical-coordinate representation of color #43013D: hue angle of 305.45º 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 #43013D is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 1 61 -
CMYK 0 0.99 0.09 0.74
HSL 305.45º 0.97% 0.13% -
HSV(B) 305.45º 0.99% 0.26% -
XYZ 3.17 1.55 4.55 -
YUV 27.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 67 1 61 0 0.99 0.09 0.74 305.45 0.97 0.13
Hex 43 1 3D 0 63 9 4A 131 61 D
Octal 103 1 75 0 143 11 112 461 141 15
Binary 1000011 1 111101 0 1100011 1001 1001010 100110001 1100001 1101

Color Harmonies of #43013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43013D

Black with #43013D

Text Example


Text Example

White with #43013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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