Html Css Color HEX #482245 Loulou

📋 copy color: '#482245'

red 72 ◦ green 34 ◦ blue 69

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

Shades of Loulou #482245

Tints of Loulou #482245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 41.14%
G = 19.43%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482245 (or 0x482245) is known color: Loulou. HEX triplet: 48, 22 and 45. RGB value is (72,34,69). Sum of RGB (Red+Green+Blue) = 72+34+69=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482245 is #B7DDBA. Grayscale: #313131. Windows color (decimal): -12049851 or 4530760. OLE color: 4530760.

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

Color convert

RGB 72 34 69 -
CMYK 0 0.53 0.04 0.72
HSL 304.74º 0.36% 0.21% -
HSV(B) 304.74º 0.53% 0.28% -
XYZ 4.32 2.95 5.97 -
YUV 49.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 72 34 69 0 0.53 0.04 0.72 304.74 0.36 0.21
Hex 48 22 45 0 35 4 48 131 24 15
Octal 110 42 105 0 65 4 110 461 44 25
Binary 1001000 100010 1000101 0 110101 100 1001000 100110001 100100 10101

Color Harmonies of #482245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482245

Black with #482245

Text Example


Text Example

White with #482245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482245; }

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

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

background-color css

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

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

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

border-color css

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

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

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