Html Css Color HEX #482645 Loulou

📋 copy color: '#482645'

red 72 ◦ green 38 ◦ blue 69

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

Shades of Loulou #482645

Tints of Loulou #482645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 40.22%
G = 21.23%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482645 (or 0x482645) is known color: Loulou. HEX triplet: 48, 26 and 45. RGB value is (72,38,69). Sum of RGB (Red+Green+Blue) = 72+38+69=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482645 is #B7D9BA. Grayscale: #333333. Windows color (decimal): -12048827 or 4531784. OLE color: 4531784.

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

Color convert

RGB 72 38 69 -
CMYK 0 0.47 0.04 0.72
HSL 305.29º 0.31% 0.22% -
HSV(B) 305.29º 0.47% 0.28% -
XYZ 4.44 3.19 6.01 -
YUV 51.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 72 38 69 0 0.47 0.04 0.72 305.29 0.31 0.22
Hex 48 26 45 0 2F 4 48 131 1F 16
Octal 110 46 105 0 57 4 110 461 37 26
Binary 1001000 100110 1000101 0 101111 100 1001000 100110001 11111 10110

Color Harmonies of #482645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482645

Black with #482645

Text Example


Text Example

White with #482645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482645; }

 p { color: rgb(72,38,69); }

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

background-color css

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

 a { background-color: rgb(72,38,69); }

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

border-color css

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

 span { border-color: rgb(72,38,69); }

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