Html Css Color HEX #53314F Loulou

📋 copy color: '#53314F'

red 83 ◦ green 49 ◦ blue 79

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

Shades of Loulou #53314F

Tints of Loulou #53314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 39.34%
G = 23.22%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53314F (or 0x53314F) is known color: Loulou. HEX triplet: 53, 31 and 4F. RGB value is (83,49,79). Sum of RGB (Red+Green+Blue) = 83+49+79=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53314F is #ACCEB0. Grayscale: #3E3E3E. Windows color (decimal): -11325105 or 5189971. OLE color: 5189971.

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

Color convert

RGB 83 49 79 -
CMYK 0 0.41 0.05 0.67
HSL 307.06º 0.26% 0.26% -
HSV(B) 307.06º 0.41% 0.33% -
XYZ 6.08 4.6 7.96 -
YUV 62.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 83 49 79 0 0.41 0.05 0.67 307.06 0.26 0.26
Hex 53 31 4F 0 29 5 43 133 1A 1A
Octal 123 61 117 0 51 5 103 463 32 32
Binary 1010011 110001 1001111 0 101001 101 1000011 100110011 11010 11010

Color Harmonies of #53314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53314F

Black with #53314F

Text Example


Text Example

White with #53314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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