Html Css Color HEX #461045 Mardi Gras

📋 copy color: '#461045'

red 70 ◦ green 16 ◦ blue 69

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

Shades of Mardi Gras #461045

Tints of Mardi Gras #461045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

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

R = 45.16%
G = 10.32%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#461045 (or 0x461045) is known color: Mardi Gras. HEX triplet: 46, 10 and 45. RGB value is (70,16,69). Sum of RGB (Red+Green+Blue) = 70+16+69=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461045 is #B9EFBA. Grayscale: #262626. Windows color (decimal): -12185531 or 4526150. OLE color: 4526150.

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

Color convert

RGB 70 16 69 -
CMYK 0 0.77 0.01 0.73
HSL 301.11º 0.63% 0.17% -
HSV(B) 301.11º 0.77% 0.27% -
XYZ 3.79 2.1 5.84 -
YUV 38.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 70 16 69 0 0.77 0.01 0.73 301.11 0.63 0.17
Hex 46 10 45 0 4D 1 49 12D 3F 11
Octal 106 20 105 0 115 1 111 455 77 21
Binary 1000110 10000 1000101 0 1001101 1 1001001 100101101 111111 10001

Color Harmonies of #461045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461045

Black with #461045

Text Example


Text Example

White with #461045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461045; }

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

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

background-color css

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

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

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

border-color css

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

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

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