Html Css Color HEX #410F38 Mardi Gras

📋 copy color: '#410F38'

red 65 ◦ green 15 ◦ blue 56

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

Shades of Mardi Gras #410F38

Tints of Mardi Gras #410F38

RGB

 RED value IS 65 (25.78% from 255) = 47.79%

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

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 47.79%
G = 11.03%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#410F38 (or 0x410F38) is known color: Mardi Gras. HEX triplet: 41, 0F and 38. RGB value is (65,15,56). Sum of RGB (Red+Green+Blue) = 65+15+56=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #410F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F38 is #BEF0C7. Grayscale: #222222. Windows color (decimal): -12513480 or 3673921. OLE color: 3673921.

HSL color Cylindrical-coordinate representation of color #410F38: hue angle of 310.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F38 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 15 56 -
CMYK 0 0.77 0.14 0.75
HSL 310.8º 0.63% 0.16% -
HSV(B) 310.8º 0.77% 0.25% -
XYZ 3.06 1.75 3.92 -
YUV 34.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 65 15 56 0 0.77 0.14 0.75 310.8 0.63 0.16
Hex 41 F 38 0 4D E 4B 137 3E 10
Octal 101 17 70 0 115 16 113 467 76 20
Binary 1000001 1111 111000 0 1001101 1110 1001011 100110111 111110 10000

Color Harmonies of #410F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F38

Black with #410F38

Text Example


Text Example

White with #410F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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