Html Css Color HEX #481F44 Loulou

📋 copy color: '#481F44'

red 72 ◦ green 31 ◦ blue 68

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

Shades of Loulou #481F44

Tints of Loulou #481F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

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

R = 42.11%
G = 18.13%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#481F44 (or 0x481F44) is known color: Loulou. HEX triplet: 48, 1F and 44. RGB value is (72,31,68). Sum of RGB (Red+Green+Blue) = 72+31+68=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #481F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F44 is #B7E0BB. Grayscale: #2F2F2F. Windows color (decimal): -12050620 or 4464456. OLE color: 4464456.

HSL color Cylindrical-coordinate representation of color #481F44: hue angle of 305.85º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F44 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 68 -
CMYK 0 0.57 0.06 0.72
HSL 305.85º 0.4% 0.2% -
HSV(B) 305.85º 0.57% 0.28% -
XYZ 4.21 2.78 5.78 -
YUV 47.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 72 31 68 0 0.57 0.06 0.72 305.85 0.4 0.2
Hex 48 1F 44 0 39 6 48 132 28 14
Octal 110 37 104 0 71 6 110 462 50 24
Binary 1001000 11111 1000100 0 111001 110 1001000 100110010 101000 10100

Color Harmonies of #481F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F44

Black with #481F44

Text Example


Text Example

White with #481F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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