Html Css Color HEX #532345 Loulou

📋 copy color: '#532345'

red 83 ◦ green 35 ◦ blue 69

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

Shades of Loulou #532345

Tints of Loulou #532345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 44.39%
G = 18.72%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#532345 (or 0x532345) is known color: Loulou. HEX triplet: 53, 23 and 45. RGB value is (83,35,69). Sum of RGB (Red+Green+Blue) = 83+35+69=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532345 is #ACDCBA. Grayscale: #353535. Windows color (decimal): -11328699 or 4531027. OLE color: 4531027.

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

Color convert

RGB 83 35 69 -
CMYK 0 0.58 0.17 0.67
HSL 317.5º 0.41% 0.23% -
HSV(B) 317.5º 0.58% 0.33% -
XYZ 5.24 3.47 6.02 -
YUV 53.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 83 35 69 0 0.58 0.17 0.67 317.5 0.41 0.23
Hex 53 23 45 0 3A 11 43 13E 29 17
Octal 123 43 105 0 72 21 103 476 51 27
Binary 1010011 100011 1000101 0 111010 10001 1000011 100111110 101001 10111

Color Harmonies of #532345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532345

Black with #532345

Text Example


Text Example

White with #532345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532345; }

 p { color: rgb(83,35,69); }

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

background-color css

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

 a { background-color: rgb(83,35,69); }

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

border-color css

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

 span { border-color: rgb(83,35,69); }

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