Html Css Color HEX #53374B Loulou

📋 copy color: '#53374B'

red 83 ◦ green 55 ◦ blue 75

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

Shades of Loulou #53374B

Tints of Loulou #53374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 38.97%
G = 25.82%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53374B (or 0x53374B) is known color: Loulou. HEX triplet: 53, 37 and 4B. RGB value is (83,55,75). Sum of RGB (Red+Green+Blue) = 83+55+75=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53374B is #ACC8B4. Grayscale: #414141. Windows color (decimal): -11323573 or 4929363. OLE color: 4929363.

HSL color Cylindrical-coordinate representation of color #53374B: hue angle of 317.14º 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 #53374B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 75 -
CMYK 0 0.34 0.10 0.67
HSL 317.14º 0.2% 0.27% -
HSV(B) 317.14º 0.34% 0.33% -
XYZ 6.2 5.08 7.31 -
YUV 65.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 83 55 75 0 0.34 0.10 0.67 317.14 0.2 0.27
Hex 53 37 4B 0 22 A 43 13D 14 1B
Octal 123 67 113 0 42 12 103 475 24 33
Binary 1010011 110111 1001011 0 100010 1010 1000011 100111101 10100 11011

Color Harmonies of #53374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53374B

Black with #53374B

Text Example


Text Example

White with #53374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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