Html Css Color HEX #481845 Mardi Gras

📋 copy color: '#481845'

red 72 ◦ green 24 ◦ blue 69

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

Shades of Mardi Gras #481845

Tints of Mardi Gras #481845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

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

R = 43.64%
G = 14.55%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481845 (or 0x481845) is known color: Mardi Gras. HEX triplet: 48, 18 and 45. RGB value is (72,24,69). Sum of RGB (Red+Green+Blue) = 72+24+69=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481845 is #B7E7BA. Grayscale: #2B2B2B. Windows color (decimal): -12052411 or 4528200. OLE color: 4528200.

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

Color convert

RGB 72 24 69 -
CMYK 0 0.67 0.04 0.72
HSL 303.75º 0.5% 0.19% -
HSV(B) 303.75º 0.67% 0.28% -
XYZ 4.07 2.46 5.89 -
YUV 43.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 72 24 69 0 0.67 0.04 0.72 303.75 0.5 0.19
Hex 48 18 45 0 43 4 48 130 32 13
Octal 110 30 105 0 103 4 110 460 62 23
Binary 1001000 11000 1000101 0 1000011 100 1001000 100110000 110010 10011

Color Harmonies of #481845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481845

Black with #481845

Text Example


Text Example

White with #481845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481845; }

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

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

background-color css

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

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

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

border-color css

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

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

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