Html Css Color HEX #481C45 Loulou

📋 copy color: '#481C45'

red 72 ◦ green 28 ◦ blue 69

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

Shades of Loulou #481C45

Tints of Loulou #481C45

RGB

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

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

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

R = 42.6%
G = 16.57%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#481C45 (or 0x481C45) is known color: Loulou. HEX triplet: 48, 1C and 45. RGB value is (72,28,69). Sum of RGB (Red+Green+Blue) = 72+28+69=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C45 is #B7E3BA. Grayscale: #2D2D2D. Windows color (decimal): -12051387 or 4529224. OLE color: 4529224.

HSL color Cylindrical-coordinate representation of color #481C45: hue angle of 304.09º 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 #481C45 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 69 -
CMYK 0 0.61 0.04 0.72
HSL 304.09º 0.44% 0.2% -
HSV(B) 304.09º 0.61% 0.28% -
XYZ 4.16 2.64 5.92 -
YUV 45.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 72 28 69 0 0.61 0.04 0.72 304.09 0.44 0.2
Hex 48 1C 45 0 3D 4 48 130 2C 14
Octal 110 34 105 0 75 4 110 460 54 24
Binary 1001000 11100 1000101 0 111101 100 1001000 100110000 101100 10100

Color Harmonies of #481C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C45

Black with #481C45

Text Example


Text Example

White with #481C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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