Html Css Color HEX #532346 Loulou

📋 copy color: '#532346'

red 83 ◦ green 35 ◦ blue 70

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

Shades of Loulou #532346

Tints of Loulou #532346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 44.15%
G = 18.62%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#532346 (or 0x532346) is known color: Loulou. HEX triplet: 53, 23 and 46. RGB value is (83,35,70). Sum of RGB (Red+Green+Blue) = 83+35+70=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532346 is #ACDCB9. Grayscale: #353535. Windows color (decimal): -11328698 or 4596563. OLE color: 4596563.

HSL color Cylindrical-coordinate representation of color #532346: hue angle of 316.25º 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 #532346 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 70 -
CMYK 0 0.58 0.16 0.67
HSL 316.25º 0.41% 0.23% -
HSV(B) 316.25º 0.58% 0.33% -
XYZ 5.27 3.48 6.19 -
YUV 53.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 83 35 70 0 0.58 0.16 0.67 316.25 0.41 0.23
Hex 53 23 46 0 3A 10 43 13C 29 17
Octal 123 43 106 0 72 20 103 474 51 27
Binary 1010011 100011 1000110 0 111010 10000 1000011 100111100 101001 10111

Color Harmonies of #532346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532346

Black with #532346

Text Example


Text Example

White with #532346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532346; }

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

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

background-color css

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

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

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

border-color css

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

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

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