Html Css Color HEX #482145 Loulou

📋 copy color: '#482145'

red 72 ◦ green 33 ◦ blue 69

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

Shades of Loulou #482145

Tints of Loulou #482145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 41.38%
G = 18.97%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482145 (or 0x482145) is known color: Loulou. HEX triplet: 48, 21 and 45. RGB value is (72,33,69). Sum of RGB (Red+Green+Blue) = 72+33+69=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482145 is #B7DEBA. Grayscale: #303030. Windows color (decimal): -12050107 or 4530504. OLE color: 4530504.

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

Color convert

RGB 72 33 69 -
CMYK 0 0.54 0.04 0.72
HSL 304.62º 0.37% 0.21% -
HSV(B) 304.62º 0.54% 0.28% -
XYZ 4.29 2.9 5.96 -
YUV 48.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 72 33 69 0 0.54 0.04 0.72 304.62 0.37 0.21
Hex 48 21 45 0 36 4 48 131 25 15
Octal 110 41 105 0 66 4 110 461 45 25
Binary 1001000 100001 1000101 0 110110 100 1001000 100110001 100101 10101

Color Harmonies of #482145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482145

Black with #482145

Text Example


Text Example

White with #482145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482145; }

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

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

background-color css

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

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

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

border-color css

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

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

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