Html Css Color HEX #461841 Mardi Gras

📋 copy color: '#461841'

red 70 ◦ green 24 ◦ blue 65

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

Shades of Mardi Gras #461841

Tints of Mardi Gras #461841

RGB

 RED value IS 70 (27.73% from 255) = 44.03%

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 44.03%
G = 15.09%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461841 (or 0x461841) is known color: Mardi Gras. HEX triplet: 46, 18 and 41. RGB value is (70,24,65). Sum of RGB (Red+Green+Blue) = 70+24+65=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #461841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461841 is #B9E7BE. Grayscale: #2A2A2A. Windows color (decimal): -12183487 or 4266054. OLE color: 4266054.

HSL color Cylindrical-coordinate representation of color #461841: hue angle of 306.52º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461841 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 65 -
CMYK 0 0.66 0.07 0.73
HSL 306.52º 0.49% 0.18% -
HSV(B) 306.52º 0.66% 0.27% -
XYZ 3.81 2.34 5.25 -
YUV 42.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 70 24 65 0 0.66 0.07 0.73 306.52 0.49 0.18
Hex 46 18 41 0 42 7 49 133 31 12
Octal 106 30 101 0 102 7 111 463 61 22
Binary 1000110 11000 1000001 0 1000010 111 1001001 100110011 110001 10010

Color Harmonies of #461841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461841

Black with #461841

Text Example


Text Example

White with #461841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461841; }

 p { color: rgb(70,24,65); }

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

background-color css

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

 a { background-color: rgb(70,24,65); }

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

border-color css

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

 span { border-color: rgb(70,24,65); }

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