Html Css Color HEX #482544 Loulou

📋 copy color: '#482544'

red 72 ◦ green 37 ◦ blue 68

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

Shades of Loulou #482544

Tints of Loulou #482544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 40.68%
G = 20.9%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482544 (or 0x482544) is known color: Loulou. HEX triplet: 48, 25 and 44. RGB value is (72,37,68). Sum of RGB (Red+Green+Blue) = 72+37+68=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482544 is #B7DABB. Grayscale: #323232. Windows color (decimal): -12049084 or 4465992. OLE color: 4465992.

HSL color Cylindrical-coordinate representation of color #482544: hue angle of 306.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482544 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 68 -
CMYK 0 0.49 0.06 0.72
HSL 306.86º 0.32% 0.21% -
HSV(B) 306.86º 0.49% 0.28% -
XYZ 4.38 3.12 5.84 -
YUV 51 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 72 37 68 0 0.49 0.06 0.72 306.86 0.32 0.21
Hex 48 25 44 0 31 6 48 133 20 15
Octal 110 45 104 0 61 6 110 463 40 25
Binary 1001000 100101 1000100 0 110001 110 1001000 100110011 100000 10101

Color Harmonies of #482544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482544

Black with #482544

Text Example


Text Example

White with #482544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482544; }

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

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

background-color css

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

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

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

border-color css

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

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

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