Html Css Color HEX #483845 Loulou

📋 copy color: '#483845'

red 72 ◦ green 56 ◦ blue 69

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

Shades of Loulou #483845

Tints of Loulou #483845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 36.55%
G = 28.43%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483845 (or 0x483845) is known color: Loulou. HEX triplet: 48, 38 and 45. RGB value is (72,56,69). Sum of RGB (Red+Green+Blue) = 72+56+69=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483845 is #B7C7BA. Grayscale: #3E3E3E. Windows color (decimal): -12044219 or 4536392. OLE color: 4536392.

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

Color convert

RGB 72 56 69 -
CMYK 0 0.22 0.04 0.72
HSL 311.25º 0.13% 0.25% -
HSV(B) 311.25º 0.22% 0.28% -
XYZ 5.16 4.64 6.25 -
YUV 62.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 72 56 69 0 0.22 0.04 0.72 311.25 0.13 0.25
Hex 48 38 45 0 16 4 48 137 C 19
Octal 110 70 105 0 26 4 110 467 14 31
Binary 1001000 111000 1000101 0 10110 100 1001000 100110111 1100 11001

Color Harmonies of #483845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483845

Black with #483845

Text Example


Text Example

White with #483845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483845; }

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

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

background-color css

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

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

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

border-color css

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

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

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