Html Css Color HEX #481E45 Loulou

📋 copy color: '#481E45'

red 72 ◦ green 30 ◦ blue 69

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

Shades of Loulou #481E45

Tints of Loulou #481E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 42.11%
G = 17.54%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481E45 (or 0x481E45) is known color: Loulou. HEX triplet: 48, 1E and 45. RGB value is (72,30,69). Sum of RGB (Red+Green+Blue) = 72+30+69=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #481E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E45 is #B7E1BA. Grayscale: #2E2E2E. Windows color (decimal): -12050875 or 4529736. OLE color: 4529736.

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

Color convert

RGB 72 30 69 -
CMYK 0 0.58 0.04 0.72
HSL 304.29º 0.41% 0.2% -
HSV(B) 304.29º 0.58% 0.28% -
XYZ 4.21 2.74 5.94 -
YUV 47 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 72 30 69 0 0.58 0.04 0.72 304.29 0.41 0.2
Hex 48 1E 45 0 3A 4 48 130 29 14
Octal 110 36 105 0 72 4 110 460 51 24
Binary 1001000 11110 1000101 0 111010 100 1001000 100110000 101001 10100

Color Harmonies of #481E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E45

Black with #481E45

Text Example


Text Example

White with #481E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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