Html Css Color HEX #481B45 Mardi Gras

📋 copy color: '#481B45'

red 72 ◦ green 27 ◦ blue 69

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

Shades of Mardi Gras #481B45

Tints of Mardi Gras #481B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

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

R = 42.86%
G = 16.07%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481B45 (or 0x481B45) is known color: Mardi Gras. HEX triplet: 48, 1B and 45. RGB value is (72,27,69). Sum of RGB (Red+Green+Blue) = 72+27+69=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B45 is #B7E4BA. Grayscale: #2D2D2D. Windows color (decimal): -12051643 or 4528968. OLE color: 4528968.

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

Color convert

RGB 72 27 69 -
CMYK 0 0.62 0.04 0.72
HSL 304º 0.45% 0.19% -
HSV(B) 304º 0.63% 0.28% -
XYZ 4.14 2.59 5.91 -
YUV 45.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 72 27 69 0 0.62 0.04 0.72 304 0.45 0.19
Hex 48 1B 45 0 3E 4 48 130 2D 13
Octal 110 33 105 0 76 4 110 460 55 23
Binary 1001000 11011 1000101 0 111110 100 1001000 100110000 101101 10011

Color Harmonies of #481B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B45

Black with #481B45

Text Example


Text Example

White with #481B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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