Html Css Color HEX #482045 Loulou

📋 copy color: '#482045'

red 72 ◦ green 32 ◦ blue 69

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

Shades of Loulou #482045

Tints of Loulou #482045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 41.62%
G = 18.5%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482045 (or 0x482045) is known color: Loulou. HEX triplet: 48, 20 and 45. RGB value is (72,32,69). Sum of RGB (Red+Green+Blue) = 72+32+69=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482045 is #B7DFBA. Grayscale: #303030. Windows color (decimal): -12050363 or 4530248. OLE color: 4530248.

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

Color convert

RGB 72 32 69 -
CMYK 0 0.56 0.04 0.72
HSL 304.5º 0.38% 0.2% -
HSV(B) 304.5º 0.56% 0.28% -
XYZ 4.26 2.84 5.95 -
YUV 48.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 72 32 69 0 0.56 0.04 0.72 304.5 0.38 0.2
Hex 48 20 45 0 38 4 48 130 26 14
Octal 110 40 105 0 70 4 110 460 46 24
Binary 1001000 100000 1000101 0 111000 100 1001000 100110000 100110 10100

Color Harmonies of #482045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482045

Black with #482045

Text Example


Text Example

White with #482045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482045; }

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

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

background-color css

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

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

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

border-color css

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

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

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