Html Css Color HEX #43063C Mardi Gras

📋 copy color: '#43063C'

red 67 ◦ green 6 ◦ blue 60

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

Shades of Mardi Gras #43063C

Tints of Mardi Gras #43063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

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

R = 50.38%
G = 4.51%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#43063C (or 0x43063C) is known color: Mardi Gras. HEX triplet: 43, 06 and 3C. RGB value is (67,6,60). Sum of RGB (Red+Green+Blue) = 67+6+60=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43063C is #BCF9C3. Grayscale: #1E1E1E. Windows color (decimal): -12384708 or 3933763. OLE color: 3933763.

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

Color convert

RGB 67 6 60 -
CMYK 0 0.91 0.10 0.74
HSL 306.89º 0.84% 0.14% -
HSV(B) 306.89º 0.91% 0.26% -
XYZ 3.2 1.65 4.42 -
YUV 30.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 67 6 60 0 0.91 0.10 0.74 306.89 0.84 0.14
Hex 43 6 3C 0 5B A 4A 133 54 E
Octal 103 6 74 0 133 12 112 463 124 16
Binary 1000011 110 111100 0 1011011 1010 1001010 100110011 1010100 1110

Color Harmonies of #43063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43063C

Black with #43063C

Text Example


Text Example

White with #43063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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