Html Css Color HEX #483145 Loulou

📋 copy color: '#483145'

red 72 ◦ green 49 ◦ blue 69

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

Shades of Loulou #483145

Tints of Loulou #483145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.79%

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

R = 37.89%
G = 25.79%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483145 (or 0x483145) is known color: Loulou. HEX triplet: 48, 31 and 45. RGB value is (72,49,69). Sum of RGB (Red+Green+Blue) = 72+49+69=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483145 is #B7CEBA. Grayscale: #3A3A3A. Windows color (decimal): -12046011 or 4534600. OLE color: 4534600.

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

Color convert

RGB 72 49 69 -
CMYK 0 0.32 0.04 0.72
HSL 307.83º 0.19% 0.24% -
HSV(B) 307.83º 0.32% 0.28% -
XYZ 4.84 4 6.15 -
YUV 58.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 72 49 69 0 0.32 0.04 0.72 307.83 0.19 0.24
Hex 48 31 45 0 20 4 48 134 13 18
Octal 110 61 105 0 40 4 110 464 23 30
Binary 1001000 110001 1000101 0 100000 100 1001000 100110100 10011 11000

Color Harmonies of #483145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483145

Black with #483145

Text Example


Text Example

White with #483145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483145; }

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

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

background-color css

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

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

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

border-color css

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

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

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