Html Css Color HEX #483544 Loulou

📋 copy color: '#483544'

red 72 ◦ green 53 ◦ blue 68

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

Shades of Loulou #483544

Tints of Loulou #483544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 37.31%
G = 27.46%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#483544 (or 0x483544) is known color: Loulou. HEX triplet: 48, 35 and 44. RGB value is (72,53,68). Sum of RGB (Red+Green+Blue) = 72+53+68=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483544 is #B7CABB. Grayscale: #3C3C3C. Windows color (decimal): -12044988 or 4470088. OLE color: 4470088.

HSL color Cylindrical-coordinate representation of color #483544: hue angle of 312.63º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483544 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 68 -
CMYK 0 0.26 0.06 0.72
HSL 312.63º 0.15% 0.25% -
HSV(B) 312.63º 0.26% 0.28% -
XYZ 4.99 4.34 6.04 -
YUV 60.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 72 53 68 0 0.26 0.06 0.72 312.63 0.15 0.25
Hex 48 35 44 0 1A 6 48 139 F 19
Octal 110 65 104 0 32 6 110 471 17 31
Binary 1001000 110101 1000100 0 11010 110 1001000 100111001 1111 11001

Color Harmonies of #483544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483544

Black with #483544

Text Example


Text Example

White with #483544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483544; }

 p { color: rgb(72,53,68); }

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

background-color css

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

 a { background-color: rgb(72,53,68); }

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

border-color css

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

 span { border-color: rgb(72,53,68); }

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