Html Css Color HEX #483247 Loulou

📋 copy color: '#483247'

red 72 ◦ green 50 ◦ blue 71

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

Shades of Loulou #483247

Tints of Loulou #483247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 37.31%
G = 25.91%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483247 (or 0x483247) is known color: Loulou. HEX triplet: 48, 32 and 47. RGB value is (72,50,71). Sum of RGB (Red+Green+Blue) = 72+50+71=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483247 is #B7CDB8. Grayscale: #3A3A3A. Windows color (decimal): -12045753 or 4665928. OLE color: 4665928.

HSL color Cylindrical-coordinate representation of color #483247: hue angle of 302.73º 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 #483247 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 71 -
CMYK 0 0.31 0.01 0.72
HSL 302.73º 0.18% 0.24% -
HSV(B) 302.73º 0.31% 0.28% -
XYZ 4.95 4.11 6.49 -
YUV 58.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 72 50 71 0 0.31 0.01 0.72 302.73 0.18 0.24
Hex 48 32 47 0 1F 1 48 12F 12 18
Octal 110 62 107 0 37 1 110 457 22 30
Binary 1001000 110010 1000111 0 11111 1 1001000 100101111 10010 11000

Color Harmonies of #483247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483247

Black with #483247

Text Example


Text Example

White with #483247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483247; }

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

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

background-color css

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

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

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

border-color css

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

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

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