Html Css Color HEX #430C3C Mardi Gras

📋 copy color: '#430C3C'

red 67 ◦ green 12 ◦ blue 60

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

Shades of Mardi Gras #430C3C

Tints of Mardi Gras #430C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.63%

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

R = 48.2%
G = 8.63%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#430C3C (or 0x430C3C) is known color: Mardi Gras. HEX triplet: 43, 0C and 3C. RGB value is (67,12,60). Sum of RGB (Red+Green+Blue) = 67+12+60=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #430C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C3C is #BCF3C3. Grayscale: #212121. Windows color (decimal): -12383172 or 3935299. OLE color: 3935299.

HSL color Cylindrical-coordinate representation of color #430C3C: hue angle of 307.64º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C3C is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 12 60 -
CMYK 0 0.82 0.10 0.74
HSL 307.64º 0.7% 0.15% -
HSV(B) 307.64º 0.82% 0.26% -
XYZ 3.26 1.78 4.45 -
YUV 33.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 67 12 60 0 0.82 0.10 0.74 307.64 0.7 0.15
Hex 43 C 3C 0 52 A 4A 134 46 F
Octal 103 14 74 0 122 12 112 464 106 17
Binary 1000011 1100 111100 0 1010010 1010 1001010 100110100 1000110 1111

Color Harmonies of #430C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C3C

Black with #430C3C

Text Example


Text Example

White with #430C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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