Html Css Color HEX #481945 Mardi Gras

📋 copy color: '#481945'

red 72 ◦ green 25 ◦ blue 69

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

Shades of Mardi Gras #481945

Tints of Mardi Gras #481945

RGB

 RED value IS 72 (28.52% from 255) = 43.37%

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 43.37%
G = 15.06%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481945 (or 0x481945) is known color: Mardi Gras. HEX triplet: 48, 19 and 45. RGB value is (72,25,69). Sum of RGB (Red+Green+Blue) = 72+25+69=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #481945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481945 is #B7E6BA. Grayscale: #2B2B2B. Windows color (decimal): -12052155 or 4528456. OLE color: 4528456.

HSL color Cylindrical-coordinate representation of color #481945: hue angle of 303.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481945 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 69 -
CMYK 0 0.65 0.04 0.72
HSL 303.83º 0.48% 0.19% -
HSV(B) 303.83º 0.65% 0.28% -
XYZ 4.09 2.5 5.9 -
YUV 44.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 72 25 69 0 0.65 0.04 0.72 303.83 0.48 0.19
Hex 48 19 45 0 41 4 48 130 30 13
Octal 110 31 105 0 101 4 110 460 60 23
Binary 1001000 11001 1000101 0 1000001 100 1001000 100110000 110000 10011

Color Harmonies of #481945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481945

Black with #481945

Text Example


Text Example

White with #481945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481945; }

 p { color: rgb(72,25,69); }

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

background-color css

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

 a { background-color: rgb(72,25,69); }

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

border-color css

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

 span { border-color: rgb(72,25,69); }

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