Html Css Color HEX #53394A Loulou

📋 copy color: '#53394A'

red 83 ◦ green 57 ◦ blue 74

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

Shades of Loulou #53394A

Tints of Loulou #53394A

RGB

 RED value IS 83 (32.81% from 255) = 38.79%

 GREEN value IS 57 (22.66% from 255) = 26.64%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 38.79%
G = 26.64%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53394A (or 0x53394A) is known color: Loulou. HEX triplet: 53, 39 and 4A. RGB value is (83,57,74). Sum of RGB (Red+Green+Blue) = 83+57+74=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53394A is #ACC6B5. Grayscale: #424242. Windows color (decimal): -11323062 or 4864339. OLE color: 4864339.

HSL color Cylindrical-coordinate representation of color #53394A: hue angle of 320.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53394A is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 74 -
CMYK 0 0.31 0.11 0.67
HSL 320.77º 0.19% 0.27% -
HSV(B) 320.77º 0.31% 0.33% -
XYZ 6.27 5.26 7.16 -
YUV 66.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 83 57 74 0 0.31 0.11 0.67 320.77 0.19 0.27
Hex 53 39 4A 0 1F B 43 141 13 1B
Octal 123 71 112 0 37 13 103 501 23 33
Binary 1010011 111001 1001010 0 11111 1011 1000011 101000001 10011 11011

Color Harmonies of #53394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53394A

Black with #53394A

Text Example


Text Example

White with #53394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53394A; }

 p { color: rgb(83,57,74); }

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

background-color css

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

 a { background-color: rgb(83,57,74); }

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

border-color css

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

 span { border-color: rgb(83,57,74); }

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