Html Css Color HEX #53344F Loulou

📋 copy color: '#53344F'

red 83 ◦ green 52 ◦ blue 79

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

Shades of Loulou #53344F

Tints of Loulou #53344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 38.79%
G = 24.3%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53344F (or 0x53344F) is known color: Loulou. HEX triplet: 53, 34 and 4F. RGB value is (83,52,79). Sum of RGB (Red+Green+Blue) = 83+52+79=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53344F is #ACCBB0. Grayscale: #404040. Windows color (decimal): -11324337 or 5190739. OLE color: 5190739.

HSL color Cylindrical-coordinate representation of color #53344F: hue angle of 307.74º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53344F is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 79 -
CMYK 0 0.37 0.05 0.67
HSL 307.74º 0.23% 0.26% -
HSV(B) 307.74º 0.37% 0.33% -
XYZ 6.21 4.86 8.01 -
YUV 64.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 83 52 79 0 0.37 0.05 0.67 307.74 0.23 0.26
Hex 53 34 4F 0 25 5 43 134 17 1A
Octal 123 64 117 0 45 5 103 464 27 32
Binary 1010011 110100 1001111 0 100101 101 1000011 100110100 10111 11010

Color Harmonies of #53344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53344F

Black with #53344F

Text Example


Text Example

White with #53344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53344F; }

 p { color: rgb(83,52,79); }

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

background-color css

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

 a { background-color: rgb(83,52,79); }

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

border-color css

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

 span { border-color: rgb(83,52,79); }

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