Html Css Color HEX #483245 Loulou

📋 copy color: '#483245'

red 72 ◦ green 50 ◦ blue 69

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

Shades of Loulou #483245

Tints of Loulou #483245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 37.7%
G = 26.18%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483245 (or 0x483245) is known color: Loulou. HEX triplet: 48, 32 and 45. RGB value is (72,50,69). Sum of RGB (Red+Green+Blue) = 72+50+69=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483245 is #B7CDBA. Grayscale: #3A3A3A. Windows color (decimal): -12045755 or 4534856. OLE color: 4534856.

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

Color convert

RGB 72 50 69 -
CMYK 0 0.31 0.04 0.72
HSL 308.18º 0.18% 0.24% -
HSV(B) 308.18º 0.31% 0.28% -
XYZ 4.89 4.09 6.16 -
YUV 58.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 72 50 69 0 0.31 0.04 0.72 308.18 0.18 0.24
Hex 48 32 45 0 1F 4 48 134 12 18
Octal 110 62 105 0 37 4 110 464 22 30
Binary 1001000 110010 1000101 0 11111 100 1001000 100110100 10010 11000

Color Harmonies of #483245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483245

Black with #483245

Text Example


Text Example

White with #483245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483245; }

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

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

background-color css

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

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

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

border-color css

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

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

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