Html Css Color HEX #53364A Loulou

📋 copy color: '#53364A'

red 83 ◦ green 54 ◦ blue 74

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

Shades of Loulou #53364A

Tints of Loulou #53364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 39.34%
G = 25.59%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53364A (or 0x53364A) is known color: Loulou. HEX triplet: 53, 36 and 4A. RGB value is (83,54,74). Sum of RGB (Red+Green+Blue) = 83+54+74=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53364A is #ACC9B5. Grayscale: #404040. Windows color (decimal): -11323830 or 4863571. OLE color: 4863571.

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

Color convert

RGB 83 54 74 -
CMYK 0 0.35 0.11 0.67
HSL 318.62º 0.21% 0.27% -
HSV(B) 318.62º 0.35% 0.33% -
XYZ 6.12 4.97 7.12 -
YUV 64.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 83 54 74 0 0.35 0.11 0.67 318.62 0.21 0.27
Hex 53 36 4A 0 23 B 43 13F 15 1B
Octal 123 66 112 0 43 13 103 477 25 33
Binary 1010011 110110 1001010 0 100011 1011 1000011 100111111 10101 11011

Color Harmonies of #53364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53364A

Black with #53364A

Text Example


Text Example

White with #53364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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