Html Css Color HEX #482244 Loulou

📋 copy color: '#482244'

red 72 ◦ green 34 ◦ blue 68

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

Shades of Loulou #482244

Tints of Loulou #482244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

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

R = 41.38%
G = 19.54%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482244 (or 0x482244) is known color: Loulou. HEX triplet: 48, 22 and 44. RGB value is (72,34,68). Sum of RGB (Red+Green+Blue) = 72+34+68=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482244 is #B7DDBB. Grayscale: #313131. Windows color (decimal): -12049852 or 4465224. OLE color: 4465224.

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

Color convert

RGB 72 34 68 -
CMYK 0 0.53 0.06 0.72
HSL 306.32º 0.36% 0.21% -
HSV(B) 306.32º 0.53% 0.28% -
XYZ 4.29 2.94 5.81 -
YUV 49.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 72 34 68 0 0.53 0.06 0.72 306.32 0.36 0.21
Hex 48 22 44 0 35 6 48 132 24 15
Octal 110 42 104 0 65 6 110 462 44 25
Binary 1001000 100010 1000100 0 110101 110 1001000 100110010 100100 10101

Color Harmonies of #482244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482244

Black with #482244

Text Example


Text Example

White with #482244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482244; }

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

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

background-color css

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

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

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

border-color css

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

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

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