Html Css Color HEX #43073F Mardi Gras

📋 copy color: '#43073F'

red 67 ◦ green 7 ◦ blue 63

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

Shades of Mardi Gras #43073F

Tints of Mardi Gras #43073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

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

R = 48.91%
G = 5.11%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#43073F (or 0x43073F) is known color: Mardi Gras. HEX triplet: 43, 07 and 3F. RGB value is (67,7,63). Sum of RGB (Red+Green+Blue) = 67+7+63=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #43073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43073F is #BCF8C0. Grayscale: #1F1F1F. Windows color (decimal): -12384449 or 4130627. OLE color: 4130627.

HSL color Cylindrical-coordinate representation of color #43073F: hue angle of 304º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43073F is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 63 -
CMYK 0 0.90 0.06 0.74
HSL 304º 0.81% 0.15% -
HSV(B) 304º 0.9% 0.26% -
XYZ 3.29 1.7 4.86 -
YUV 31.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 67 7 63 0 0.90 0.06 0.74 304 0.81 0.15
Hex 43 7 3F 0 5A 6 4A 130 51 F
Octal 103 7 77 0 132 6 112 460 121 17
Binary 1000011 111 111111 0 1011010 110 1001010 100110000 1010001 1111

Color Harmonies of #43073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43073F

Black with #43073F

Text Example


Text Example

White with #43073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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