Html Css Color HEX #481C44 Loulou

📋 copy color: '#481C44'

red 72 ◦ green 28 ◦ blue 68

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

Shades of Loulou #481C44

Tints of Loulou #481C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 42.86%
G = 16.67%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#481C44 (or 0x481C44) is known color: Loulou. HEX triplet: 48, 1C and 44. RGB value is (72,28,68). Sum of RGB (Red+Green+Blue) = 72+28+68=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C44 is #B7E3BB. Grayscale: #2D2D2D. Windows color (decimal): -12051388 or 4463688. OLE color: 4463688.

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

Color convert

RGB 72 28 68 -
CMYK 0 0.61 0.06 0.72
HSL 305.45º 0.44% 0.2% -
HSV(B) 305.45º 0.61% 0.28% -
XYZ 4.13 2.63 5.76 -
YUV 45.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 72 28 68 0 0.61 0.06 0.72 305.45 0.44 0.2
Hex 48 1C 44 0 3D 6 48 131 2C 14
Octal 110 34 104 0 75 6 110 461 54 24
Binary 1001000 11100 1000100 0 111101 110 1001000 100110001 101100 10100

Color Harmonies of #481C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C44

Black with #481C44

Text Example


Text Example

White with #481C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,68); }

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

background-color css

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

 a { background-color: rgb(72,28,68); }

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

border-color css

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

 span { border-color: rgb(72,28,68); }

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