Html Css Color HEX #43003C Mardi Gras

📋 copy color: '#43003C'

red 67 ◦ green 0 ◦ blue 60

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

Shades of Mardi Gras #43003C

Tints of Mardi Gras #43003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 60 (23.83% from 255) = 47.24%

R = 52.76%
G = 0%
B = 47.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#43003C (or 0x43003C) is known color: Mardi Gras. HEX triplet: 43, 00 and 3C. RGB value is (67,0,60). Sum of RGB (Red+Green+Blue) = 67+0+60=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #43003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43003C is #BCFFC3. Grayscale: #1A1A1A. Windows color (decimal): -12386244 or 3932227. OLE color: 3932227.

HSL color Cylindrical-coordinate representation of color #43003C: hue angle of 306.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43003C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 0 60 -
CMYK 0 1 0.10 0.74
HSL 306.27º 1% 0.13% -
HSV(B) 306.27º 1% 0.26% -
XYZ 3.13 1.52 4.4 -
YUV 26.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 67 0 60 0 1 0.10 0.74 306.27 1 0.13
Hex 43 0 3C 0 64 A 4A 132 64 D
Octal 103 0 74 0 144 12 112 462 144 15
Binary 1000011 0 111100 0 1100100 1010 1001010 100110010 1100100 1101

Color Harmonies of #43003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43003C

Black with #43003C

Text Example


Text Example

White with #43003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43003C; }

 p { color: rgb(67,0,60); }

 H1.HeaderClassName
 {
   color: #43003C;
 }
 .AnyTagClassName
 {
   color: #43003C;
 }
</style>

background-color css

<style>
 a { background-color: #43003C; }

 a { background-color: rgb(67,0,60); }

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

border-color css

<style>
 span { border-color: #43003C; }

 span { border-color: rgb(67,0,60); }

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