Html Css Color HEX #461645 Mardi Gras

📋 copy color: '#461645'

red 70 ◦ green 22 ◦ blue 69

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

Shades of Mardi Gras #461645

Tints of Mardi Gras #461645

RGB

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

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

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

R = 43.48%
G = 13.66%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461645 (or 0x461645) is known color: Mardi Gras. HEX triplet: 46, 16 and 45. RGB value is (70,22,69). Sum of RGB (Red+Green+Blue) = 70+22+69=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #461645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461645 is #B9E9BA. Grayscale: #292929. Windows color (decimal): -12183995 or 4527686. OLE color: 4527686.

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

Color convert

RGB 70 22 69 -
CMYK 0 0.69 0.01 0.73
HSL 301.25º 0.52% 0.18% -
HSV(B) 301.25º 0.69% 0.27% -
XYZ 3.89 2.31 5.87 -
YUV 41.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 70 22 69 0 0.69 0.01 0.73 301.25 0.52 0.18
Hex 46 16 45 0 45 1 49 12D 34 12
Octal 106 26 105 0 105 1 111 455 64 22
Binary 1000110 10110 1000101 0 1000101 1 1001001 100101101 110100 10010

Color Harmonies of #461645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461645

Black with #461645

Text Example


Text Example

White with #461645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461645; }

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

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

background-color css

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

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

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

border-color css

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

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

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