Html Css Color HEX #482947 Loulou

📋 copy color: '#482947'

red 72 ◦ green 41 ◦ blue 71

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

Shades of Loulou #482947

Tints of Loulou #482947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

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

R = 39.13%
G = 22.28%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#482947 (or 0x482947) is known color: Loulou. HEX triplet: 48, 29 and 47. RGB value is (72,41,71). Sum of RGB (Red+Green+Blue) = 72+41+71=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #482947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482947 is #B7D6B8. Grayscale: #353535. Windows color (decimal): -12048057 or 4663624. OLE color: 4663624.

HSL color Cylindrical-coordinate representation of color #482947: hue angle of 301.94º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482947 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 71 -
CMYK 0 0.43 0.01 0.72
HSL 301.94º 0.27% 0.22% -
HSV(B) 301.94º 0.43% 0.28% -
XYZ 4.6 3.42 6.38 -
YUV 53.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 72 41 71 0 0.43 0.01 0.72 301.94 0.27 0.22
Hex 48 29 47 0 2B 1 48 12E 1B 16
Octal 110 51 107 0 53 1 110 456 33 26
Binary 1001000 101001 1000111 0 101011 1 1001000 100101110 11011 10110

Color Harmonies of #482947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482947

Black with #482947

Text Example


Text Example

White with #482947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482947; }

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

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

background-color css

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

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

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

border-color css

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

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

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