Html Css Color HEX #461245 Mardi Gras

📋 copy color: '#461245'

red 70 ◦ green 18 ◦ blue 69

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

Shades of Mardi Gras #461245

Tints of Mardi Gras #461245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 44.59%
G = 11.46%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461245 (or 0x461245) is known color: Mardi Gras. HEX triplet: 46, 12 and 45. RGB value is (70,18,69). Sum of RGB (Red+Green+Blue) = 70+18+69=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461245 is #B9EDBA. Grayscale: #272727. Windows color (decimal): -12185019 or 4526662. OLE color: 4526662.

HSL color Cylindrical-coordinate representation of color #461245: hue angle of 301.15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461245 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 69 -
CMYK 0 0.74 0.01 0.73
HSL 301.15º 0.59% 0.17% -
HSV(B) 301.15º 0.74% 0.27% -
XYZ 3.82 2.16 5.85 -
YUV 39.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 70 18 69 0 0.74 0.01 0.73 301.15 0.59 0.17
Hex 46 12 45 0 4A 1 49 12D 3B 11
Octal 106 22 105 0 112 1 111 455 73 21
Binary 1000110 10010 1000101 0 1001010 1 1001001 100101101 111011 10001

Color Harmonies of #461245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461245

Black with #461245

Text Example


Text Example

White with #461245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461245; }

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

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

background-color css

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

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

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

border-color css

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

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

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