Html Css Color HEX #482B45 Loulou

📋 copy color: '#482B45'

red 72 ◦ green 43 ◦ blue 69

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

Shades of Loulou #482B45

Tints of Loulou #482B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.37%

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

R = 39.13%
G = 23.37%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482B45 (or 0x482B45) is known color: Loulou. HEX triplet: 48, 2B and 45. RGB value is (72,43,69). Sum of RGB (Red+Green+Blue) = 72+43+69=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #482B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B45 is #B7D4BA. Grayscale: #363636. Windows color (decimal): -12047547 or 4533064. OLE color: 4533064.

HSL color Cylindrical-coordinate representation of color #482B45: hue angle of 306.21º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B45 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 69 -
CMYK 0 0.40 0.04 0.72
HSL 306.21º 0.25% 0.23% -
HSV(B) 306.21º 0.4% 0.28% -
XYZ 4.61 3.54 6.07 -
YUV 54.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 72 43 69 0 0.40 0.04 0.72 306.21 0.25 0.23
Hex 48 2B 45 0 28 4 48 132 19 17
Octal 110 53 105 0 50 4 110 462 31 27
Binary 1001000 101011 1000101 0 101000 100 1001000 100110010 11001 10111

Color Harmonies of #482B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B45

Black with #482B45

Text Example


Text Example

White with #482B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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