Html Css Color HEX #430F41 Mardi Gras

📋 copy color: '#430F41'

red 67 ◦ green 15 ◦ blue 65

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

Shades of Mardi Gras #430F41

Tints of Mardi Gras #430F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.2%

 BLUE value IS 65 (25.78% from 255) = 44.22%

R = 45.58%
G = 10.2%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#430F41 (or 0x430F41) is known color: Mardi Gras. HEX triplet: 43, 0F and 41. RGB value is (67,15,65). Sum of RGB (Red+Green+Blue) = 67+15+65=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #430F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F41 is #BCF0BE. Grayscale: #242424. Windows color (decimal): -12382399 or 4263747. OLE color: 4263747.

HSL color Cylindrical-coordinate representation of color #430F41: hue angle of 302.31º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F41 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 65 -
CMYK 0 0.78 0.03 0.74
HSL 302.31º 0.63% 0.16% -
HSV(B) 302.31º 0.78% 0.26% -
XYZ 3.44 1.92 5.19 -
YUV 36.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 67 15 65 0 0.78 0.03 0.74 302.31 0.63 0.16
Hex 43 F 41 0 4E 3 4A 12E 3F 10
Octal 103 17 101 0 116 3 112 456 77 20
Binary 1000011 1111 1000001 0 1001110 11 1001010 100101110 111111 10000

Color Harmonies of #430F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F41

Black with #430F41

Text Example


Text Example

White with #430F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430F41; }

 p { color: rgb(67,15,65); }

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

background-color css

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

 a { background-color: rgb(67,15,65); }

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

border-color css

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

 span { border-color: rgb(67,15,65); }

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