Html Css Color HEX #53334A Loulou

📋 copy color: '#53334A'

red 83 ◦ green 51 ◦ blue 74

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

Shades of Loulou #53334A

Tints of Loulou #53334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 39.9%
G = 24.52%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53334A (or 0x53334A) is known color: Loulou. HEX triplet: 53, 33 and 4A. RGB value is (83,51,74). Sum of RGB (Red+Green+Blue) = 83+51+74=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53334A is #ACCCB5. Grayscale: #3F3F3F. Windows color (decimal): -11324598 or 4862803. OLE color: 4862803.

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

Color convert

RGB 83 51 74 -
CMYK 0 0.39 0.11 0.67
HSL 316.88º 0.24% 0.26% -
HSV(B) 316.88º 0.39% 0.33% -
XYZ 5.99 4.7 7.07 -
YUV 63.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 83 51 74 0 0.39 0.11 0.67 316.88 0.24 0.26
Hex 53 33 4A 0 27 B 43 13D 18 1A
Octal 123 63 112 0 47 13 103 475 30 32
Binary 1010011 110011 1001010 0 100111 1011 1000011 100111101 11000 11010

Color Harmonies of #53334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53334A

Black with #53334A

Text Example


Text Example

White with #53334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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