Html Css Color HEX #461641 Mardi Gras

📋 copy color: '#461641'

red 70 ◦ green 22 ◦ blue 65

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

Shades of Mardi Gras #461641

Tints of Mardi Gras #461641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 44.59%
G = 14.01%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461641 (or 0x461641) is known color: Mardi Gras. HEX triplet: 46, 16 and 41. RGB value is (70,22,65). Sum of RGB (Red+Green+Blue) = 70+22+65=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461641 is #B9E9BE. Grayscale: #292929. Windows color (decimal): -12183999 or 4265542. OLE color: 4265542.

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

Color convert

RGB 70 22 65 -
CMYK 0 0.69 0.07 0.73
HSL 306.25º 0.52% 0.18% -
HSV(B) 306.25º 0.69% 0.27% -
XYZ 3.77 2.26 5.24 -
YUV 41.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 70 22 65 0 0.69 0.07 0.73 306.25 0.52 0.18
Hex 46 16 41 0 45 7 49 132 34 12
Octal 106 26 101 0 105 7 111 462 64 22
Binary 1000110 10110 1000001 0 1000101 111 1001001 100110010 110100 10010

Color Harmonies of #461641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461641

Black with #461641

Text Example


Text Example

White with #461641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461641; }

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

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

background-color css

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

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

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

border-color css

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

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

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