Html Css Color HEX #482347 Loulou

📋 copy color: '#482347'

red 72 ◦ green 35 ◦ blue 71

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

Shades of Loulou #482347

Tints of Loulou #482347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 40.45%
G = 19.66%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#482347 (or 0x482347) is known color: Loulou. HEX triplet: 48, 23 and 47. RGB value is (72,35,71). Sum of RGB (Red+Green+Blue) = 72+35+71=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482347 is #B7DCB8. Grayscale: #323232. Windows color (decimal): -12049593 or 4662088. OLE color: 4662088.

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

Color convert

RGB 72 35 71 -
CMYK 0 0.51 0.01 0.72
HSL 301.62º 0.35% 0.21% -
HSV(B) 301.62º 0.51% 0.28% -
XYZ 4.41 3.03 6.31 -
YUV 50.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 72 35 71 0 0.51 0.01 0.72 301.62 0.35 0.21
Hex 48 23 47 0 33 1 48 12E 23 15
Octal 110 43 107 0 63 1 110 456 43 25
Binary 1001000 100011 1000111 0 110011 1 1001000 100101110 100011 10101

Color Harmonies of #482347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482347

Black with #482347

Text Example


Text Example

White with #482347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482347; }

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

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

background-color css

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

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

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

border-color css

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

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

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