Html Css Color HEX #430849 Mardi Gras

📋 copy color: '#430849'

red 67 ◦ green 8 ◦ blue 73

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

Shades of Mardi Gras #430849

Tints of Mardi Gras #430849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 45.27%
G = 5.41%
B = 49.32%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#430849 (or 0x430849) is known color: Mardi Gras. HEX triplet: 43, 08 and 49. RGB value is (67,8,73). Sum of RGB (Red+Green+Blue) = 67+8+73=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #430849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430849 is #BCF7B6. Grayscale: #202020. Windows color (decimal): -12384183 or 4786243. OLE color: 4786243.

HSL color Cylindrical-coordinate representation of color #430849: hue angle of 294.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430849 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 8 73 -
CMYK 0.08 0.89 0 0.71
HSL 294.46º 0.8% 0.16% -
HSV(B) 294.46º 0.89% 0.29% -
XYZ 3.6 1.85 6.47 -
YUV 33.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 67 8 73 0.08 0.89 0 0.71 294.46 0.8 0.16
Hex 43 8 49 8 59 0 47 126 50 10
Octal 103 10 111 10 131 0 107 446 120 20
Binary 1000011 1000 1001001 1000 1011001 0 1000111 100100110 1010000 10000

Color Harmonies of #430849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430849

Black with #430849

Text Example


Text Example

White with #430849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430849; }

 p { color: rgb(67,8,73); }

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

background-color css

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

 a { background-color: rgb(67,8,73); }

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

border-color css

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

 span { border-color: rgb(67,8,73); }

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