Html Css Color HEX #461741 Mardi Gras

📋 copy color: '#461741'

red 70 ◦ green 23 ◦ blue 65

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

Shades of Mardi Gras #461741

Tints of Mardi Gras #461741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 44.3%
G = 14.56%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#461741 (or 0x461741) is known color: Mardi Gras. HEX triplet: 46, 17 and 41. RGB value is (70,23,65). Sum of RGB (Red+Green+Blue) = 70+23+65=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461741 is #B9E8BE. Grayscale: #292929. Windows color (decimal): -12183743 or 4265798. OLE color: 4265798.

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

Color convert

RGB 70 23 65 -
CMYK 0 0.67 0.07 0.73
HSL 306.38º 0.51% 0.18% -
HSV(B) 306.38º 0.67% 0.27% -
XYZ 3.79 2.3 5.24 -
YUV 41.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 70 23 65 0 0.67 0.07 0.73 306.38 0.51 0.18
Hex 46 17 41 0 43 7 49 132 33 12
Octal 106 27 101 0 103 7 111 462 63 22
Binary 1000110 10111 1000001 0 1000011 111 1001001 100110010 110011 10010

Color Harmonies of #461741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461741

Black with #461741

Text Example


Text Example

White with #461741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461741; }

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

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

background-color css

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

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

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

border-color css

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

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

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