Html Css Color HEX #482545 Loulou

📋 copy color: '#482545'

red 72 ◦ green 37 ◦ blue 69

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

Shades of Loulou #482545

Tints of Loulou #482545

RGB

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

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

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

R = 40.45%
G = 20.79%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482545 (or 0x482545) is known color: Loulou. HEX triplet: 48, 25 and 45. RGB value is (72,37,69). Sum of RGB (Red+Green+Blue) = 72+37+69=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482545 is #B7DABA. Grayscale: #333333. Windows color (decimal): -12049083 or 4531528. OLE color: 4531528.

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

Color convert

RGB 72 37 69 -
CMYK 0 0.49 0.04 0.72
HSL 305.14º 0.32% 0.21% -
HSV(B) 305.14º 0.49% 0.28% -
XYZ 4.41 3.13 6 -
YUV 51.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 72 37 69 0 0.49 0.04 0.72 305.14 0.32 0.21
Hex 48 25 45 0 31 4 48 131 20 15
Octal 110 45 105 0 61 4 110 461 40 25
Binary 1001000 100101 1000101 0 110001 100 1001000 100110001 100000 10101

Color Harmonies of #482545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482545

Black with #482545

Text Example


Text Example

White with #482545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482545; }

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

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

background-color css

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

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

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

border-color css

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

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

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