Html Css Color HEX #461941 Mardi Gras

📋 copy color: '#461941'

red 70 ◦ green 25 ◦ blue 65

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

Shades of Mardi Gras #461941

Tints of Mardi Gras #461941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 43.75%
G = 15.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461941 (or 0x461941) is known color: Mardi Gras. HEX triplet: 46, 19 and 41. RGB value is (70,25,65). Sum of RGB (Red+Green+Blue) = 70+25+65=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461941 is #B9E6BE. Grayscale: #2A2A2A. Windows color (decimal): -12183231 or 4266310. OLE color: 4266310.

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

Color convert

RGB 70 25 65 -
CMYK 0 0.64 0.07 0.73
HSL 306.67º 0.47% 0.19% -
HSV(B) 306.67º 0.64% 0.27% -
XYZ 3.83 2.38 5.26 -
YUV 43.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 70 25 65 0 0.64 0.07 0.73 306.67 0.47 0.19
Hex 46 19 41 0 40 7 49 133 2F 13
Octal 106 31 101 0 100 7 111 463 57 23
Binary 1000110 11001 1000001 0 1000000 111 1001001 100110011 101111 10011

Color Harmonies of #461941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461941

Black with #461941

Text Example


Text Example

White with #461941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461941; }

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

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

background-color css

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

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

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

border-color css

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

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

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