Html Css Color HEX #461745 Mardi Gras

📋 copy color: '#461745'

red 70 ◦ green 23 ◦ blue 69

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

Shades of Mardi Gras #461745

Tints of Mardi Gras #461745

RGB

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

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

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

R = 43.21%
G = 14.2%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461745 (or 0x461745) is known color: Mardi Gras. HEX triplet: 46, 17 and 45. RGB value is (70,23,69). Sum of RGB (Red+Green+Blue) = 70+23+69=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #461745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461745 is #B9E8BA. Grayscale: #2A2A2A. Windows color (decimal): -12183739 or 4527942. OLE color: 4527942.

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

Color convert

RGB 70 23 69 -
CMYK 0 0.67 0.01 0.73
HSL 301.28º 0.51% 0.18% -
HSV(B) 301.28º 0.67% 0.27% -
XYZ 3.91 2.34 5.88 -
YUV 42.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 70 23 69 0 0.67 0.01 0.73 301.28 0.51 0.18
Hex 46 17 45 0 43 1 49 12D 33 12
Octal 106 27 105 0 103 1 111 455 63 22
Binary 1000110 10111 1000101 0 1000011 1 1001001 100101101 110011 10010

Color Harmonies of #461745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461745

Black with #461745

Text Example


Text Example

White with #461745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461745; }

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

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

background-color css

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

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

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

border-color css

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

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

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