Html Css Color HEX #410F3B Mardi Gras

📋 copy color: '#410F3B'

red 65 ◦ green 15 ◦ blue 59

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

Shades of Mardi Gras #410F3B

Tints of Mardi Gras #410F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 46.76%
G = 10.79%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#410F3B (or 0x410F3B) is known color: Mardi Gras. HEX triplet: 41, 0F and 3B. RGB value is (65,15,59). Sum of RGB (Red+Green+Blue) = 65+15+59=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #410F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F3B is #BEF0C4. Grayscale: #222222. Windows color (decimal): -12513477 or 3870529. OLE color: 3870529.

HSL color Cylindrical-coordinate representation of color #410F3B: hue angle of 307.2º 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 #410F3B is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 15 59 -
CMYK 0 0.77 0.09 0.75
HSL 307.2º 0.63% 0.16% -
HSV(B) 307.2º 0.77% 0.25% -
XYZ 3.14 1.78 4.32 -
YUV 34.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 65 15 59 0 0.77 0.09 0.75 307.2 0.63 0.16
Hex 41 F 3B 0 4D 9 4B 133 3E 10
Octal 101 17 73 0 115 11 113 463 76 20
Binary 1000001 1111 111011 0 1001101 1001 1001011 100110011 111110 10000

Color Harmonies of #410F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F3B

Black with #410F3B

Text Example


Text Example

White with #410F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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