Html Css Color HEX #53374A Loulou

📋 copy color: '#53374A'

red 83 ◦ green 55 ◦ blue 74

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

Shades of Loulou #53374A

Tints of Loulou #53374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 39.15%
G = 25.94%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53374A (or 0x53374A) is known color: Loulou. HEX triplet: 53, 37 and 4A. RGB value is (83,55,74). Sum of RGB (Red+Green+Blue) = 83+55+74=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53374A is #ACC8B5. Grayscale: #414141. Windows color (decimal): -11323574 or 4863827. OLE color: 4863827.

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

Color convert

RGB 83 55 74 -
CMYK 0 0.34 0.11 0.67
HSL 319.29º 0.2% 0.27% -
HSV(B) 319.29º 0.34% 0.33% -
XYZ 6.17 5.07 7.13 -
YUV 65.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 83 55 74 0 0.34 0.11 0.67 319.29 0.2 0.27
Hex 53 37 4A 0 22 B 43 13F 14 1B
Octal 123 67 112 0 42 13 103 477 24 33
Binary 1010011 110111 1001010 0 100010 1011 1000011 100111111 10100 11011

Color Harmonies of #53374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53374A

Black with #53374A

Text Example


Text Example

White with #53374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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