Html Css Color HEX #410838 Mardi Gras

📋 copy color: '#410838'

red 65 ◦ green 8 ◦ blue 56

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

Shades of Mardi Gras #410838

Tints of Mardi Gras #410838

RGB

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

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

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

R = 50.39%
G = 6.2%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#410838 (or 0x410838) is known color: Mardi Gras. HEX triplet: 41, 08 and 38. RGB value is (65,8,56). Sum of RGB (Red+Green+Blue) = 65+8+56=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #410838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410838 is #BEF7C7. Grayscale: #1E1E1E. Windows color (decimal): -12515272 or 3672129. OLE color: 3672129.

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

Color convert

RGB 65 8 56 -
CMYK 0 0.88 0.14 0.75
HSL 309.47º 0.78% 0.14% -
HSV(B) 309.47º 0.88% 0.25% -
XYZ 2.98 1.58 3.89 -
YUV 30.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 65 8 56 0 0.88 0.14 0.75 309.47 0.78 0.14
Hex 41 8 38 0 58 E 4B 135 4E E
Octal 101 10 70 0 130 16 113 465 116 16
Binary 1000001 1000 111000 0 1011000 1110 1001011 100110101 1001110 1110

Color Harmonies of #410838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410838

Black with #410838

Text Example


Text Example

White with #410838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410838; }

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

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

background-color css

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

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

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

border-color css

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

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

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