Html Css Color HEX #53344B Loulou

📋 copy color: '#53344B'

red 83 ◦ green 52 ◦ blue 75

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

Shades of Loulou #53344B

Tints of Loulou #53344B

RGB

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

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

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

R = 39.52%
G = 24.76%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53344B (or 0x53344B) is known color: Loulou. HEX triplet: 53, 34 and 4B. RGB value is (83,52,75). Sum of RGB (Red+Green+Blue) = 83+52+75=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53344B is #ACCBB4. Grayscale: #3F3F3F. Windows color (decimal): -11324341 or 4928595. OLE color: 4928595.

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

Color convert

RGB 83 52 75 -
CMYK 0 0.37 0.10 0.67
HSL 315.48º 0.23% 0.26% -
HSV(B) 315.48º 0.37% 0.33% -
XYZ 6.07 4.8 7.26 -
YUV 63.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 83 52 75 0 0.37 0.10 0.67 315.48 0.23 0.26
Hex 53 34 4B 0 25 A 43 13B 17 1A
Octal 123 64 113 0 45 12 103 473 27 32
Binary 1010011 110100 1001011 0 100101 1010 1000011 100111011 10111 11010

Color Harmonies of #53344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53344B

Black with #53344B

Text Example


Text Example

White with #53344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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