Html Css Color HEX #461845 Mardi Gras

📋 copy color: '#461845'

red 70 ◦ green 24 ◦ blue 69

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

Shades of Mardi Gras #461845

Tints of Mardi Gras #461845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.33%

R = 42.94%
G = 14.72%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461845 (or 0x461845) is known color: Mardi Gras. HEX triplet: 46, 18 and 45. RGB value is (70,24,69). Sum of RGB (Red+Green+Blue) = 70+24+69=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #461845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461845 is #B9E7BA. Grayscale: #2A2A2A. Windows color (decimal): -12183483 or 4528198. OLE color: 4528198.

HSL color Cylindrical-coordinate representation of color #461845: hue angle of 301.3º 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 #461845 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 69 -
CMYK 0 0.66 0.01 0.73
HSL 301.3º 0.49% 0.18% -
HSV(B) 301.3º 0.66% 0.27% -
XYZ 3.93 2.39 5.88 -
YUV 42.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 70 24 69 0 0.66 0.01 0.73 301.3 0.49 0.18
Hex 46 18 45 0 42 1 49 12D 31 12
Octal 106 30 105 0 102 1 111 455 61 22
Binary 1000110 11000 1000101 0 1000010 1 1001001 100101101 110001 10010

Color Harmonies of #461845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461845

Black with #461845

Text Example


Text Example

White with #461845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461845; }

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

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

background-color css

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

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

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

border-color css

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

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

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